| Commit message (Expand) | Author | Age | Files | Lines |
* | gpu: Remove set_testing_force_is_angle | sievers@chromium.org | 2013-11-14 | 1 | -5/+13 |
* | Update stream textures during Draw instead of Bind | sievers@chromium.org | 2013-07-28 | 1 | -0/+2 |
* | Fix stream textures + mailboxes | piman@chromium.org | 2013-07-02 | 1 | -0/+8 |
* | gpu: Refactor to support cross-channel shared textures | piman@chromium.org | 2013-05-18 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | BufferManager::Buffer -> Buffer | gman@chromium.org | 2013-02-28 | 1 | -4/+4 |
* | Refactor/Rename a bunch of GPU stuff | gman@chromium.org | 2013-02-27 | 1 | -13/+13 |
* | Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl | gman@chromium.org | 2013-01-23 | 1 | -0/+7 |
* | Add a command to lose the context | gman@chromium.org | 2012-12-17 | 1 | -0/+1 |
* | Make more GL stuff auto-generated | gman@chromium.org | 2012-12-07 | 1 | -1/+1 |
* | Validate uniform types | gman@chromium.org | 2012-12-06 | 1 | -1/+1 |
* | automate more GL state handling | gman@chromium.org | 2012-10-30 | 1 | -0/+4 |
* | Added emulation of the OES_vertex_array_object WebGL extension for devices that | bajones@chromium.org | 2012-10-12 | 1 | -0/+6 |
* | Added support for OES_vertex_array_object to the command buffer | bajones@google.com | 2012-09-27 | 1 | -0/+9 |
* | Clean-up inline members of nested classes (gpu/) | hans@chromium.org | 2012-08-09 | 1 | -26/+7 |
* | Add glBindUniformLocationCHROMIUM | gman@chromium.org | 2012-06-26 | 1 | -0/+3 |
* | Enforce compressed texture restrictions | gman@chromium.org | 2012-06-08 | 1 | -0/+4 |
* | Plum through ANGLE_depth_texture | gman@chromium.org | 2012-06-08 | 1 | -0/+9 |
* | Defer initializing the CopyTextureCHROMIUMResourceManager | apatrick@chromium.org | 2012-05-25 | 1 | -1/+0 |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 1 | -2/+2 |
* | Consolidate GPU unit test expectiation functions. | gman@chromium.org | 2012-05-10 | 1 | -15/+7 |
* | Initialize GL attribs | gman@chromium.org | 2012-05-09 | 1 | -0/+1 |
* | Addition of a set of basic unit tests for the GL_CHROMIUM_copy_texture extens... | twiz@chromium.org | 2012-05-04 | 1 | -1/+2 |
* | Clear uniforms | gman@chromium.org | 2012-04-28 | 1 | -0/+3 |
* | Re-submission of http://codereview.chromium.org/9968113 | twiz@chromium.org | 2012-04-20 | 1 | -4/+25 |
* | Revert 132934 - this change seems to break many webgl related layout tests | toyoshim@chromium.org | 2012-04-19 | 1 | -25/+4 |
* | Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem... | twiz@chromium.org | 2012-04-19 | 1 | -4/+25 |
* | Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query. | gman@chromium.org | 2012-03-14 | 1 | -88/+96 |
* | Add support for GL_EXT_occlusion_query_boolean | gman@chromium.org | 2012-03-08 | 1 | -6/+13 |
* | Map uniform locations to fake locations. | gman@chromium.org | 2012-02-22 | 1 | -5/+10 |
* | Add support for ANGLE_instanced_arrays | jbauman@chromium.org | 2012-02-14 | 1 | -0/+1 |
* | Swizzle Uniform Locations | gman@chromium.org | 2012-02-07 | 1 | -0/+4 |
* | Fix TexImage2D clearing too agressively | gman@chromium.org | 2012-02-07 | 1 | -1/+6 |
* | Optimize glCheckFramebuffer checks. | gman@chromium.org | 2011-12-20 | 1 | -0/+1 |
* | Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff... | gman@chromium.org | 2011-12-12 | 1 | -0/+5 |
* | Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" | rsimha@google.com | 2011-12-08 | 1 | -5/+0 |
* | Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" | gman@chromium.org | 2011-12-07 | 1 | -0/+5 |
* | Revert 113250 - Add CommandBuffer::SetGetBuffer | dglazkov@chromium.org | 2011-12-06 | 1 | -5/+0 |
* | Add CommandBuffer::SetGetBuffer | gman@chromium.org | 2011-12-06 | 1 | -0/+5 |
* | Rebind to correct backbuffer after clearing READ buffer. | gman@chromium.org | 2011-12-01 | 1 | -18/+31 |
* | Add OVERRIDE to gpu/ and gl/. | avi@chromium.org | 2011-11-16 | 1 | -8/+8 |
* | Defer clearing textures and renderbuffers | gman@chromium.org | 2011-11-02 | 1 | -73/+105 |
* | Make DeleteFramebuffer rebind fbo backbuffer | gman@chromium.org | 2011-11-01 | 1 | -1/+4 |
* | Remove support for switching draw surfaces on a context.This was originally i... | apatrick@chromium.org | 2011-09-02 | 1 | -2/+0 |
* | Add option to not generate resources on bind in OpenGL ES | gman@chromium.org | 2011-08-16 | 1 | -1/+2 |
* | Rename and document glCommandBufferEnableCHROMIUM | gman@chromium.org | 2011-08-12 | 1 | -1/+0 |
* | Implemented support for GL context share groups in the renderer process.I put... | apatrick@chromium.org | 2011-08-03 | 1 | -1/+1 |
* | Removed vestigial GL_latch_CHROMIUM code. | apatrick@chromium.org | 2011-07-27 | 1 | -2/+1 |
* | Reapply Enforce-RGB patch with bugs fixed | gman@chromium.org | 2011-06-20 | 1 | -5/+22 |
* | Revert 89002 - Enforce RGB even on buggy drivers. | asargent@chromium.org | 2011-06-14 | 1 | -20/+5 |