| Commit message (Expand) | Author | Age | Files | Lines |
* | Ask the GLSurface for the real service ID of the backbuffer. | backer@chromium.org | 2012-01-20 | 1 | -6/+6 |
* | Do a flip instead of a blit when possible. | backer@chromium.org | 2012-01-20 | 2 | -19/+43 |
* | Code cleanup. | backer@chromium.org | 2012-01-19 | 3 | -31/+5 |
* | Revert r118525 / Re-land r118240 - the build failure was a flake. | dpranke@chromium.org | 2012-01-19 | 14 | -35/+80 |
* | Revert r118240 - gles_2_c_lib as a component. | dpranke@chromium.org | 2012-01-19 | 14 | -80/+35 |
* | Fix RenderbufferManager to handle deleted objects | gman@chromium.org | 2012-01-19 | 3 | -13/+48 |
* | Fix BufferManager's handling of deleted buffers. | gman@chromium.org | 2012-01-19 | 5 | -71/+112 |
* | This change makes gles2_c_lib work as a component. It introduces a gles2_c_li... | dpranke@chromium.org | 2012-01-19 | 14 | -35/+80 |
* | Fix TextureManager optimizations. | gman@chromium.org | 2012-01-19 | 9 | -577/+604 |
* | Revert "Stop freeing the command buffer when a tab goes to the background. | gman@chromium.org | 2012-01-18 | 1 | -0/+1 |
* | Add cmd line switch to make compileShader always succeed. | gman@chromium.org | 2012-01-18 | 3 | -2/+12 |
* | Add --enable-gpu-debugging to call glGetError after every command in the comm... | gman@chromium.org | 2012-01-14 | 5 | -9/+59 |
* | Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids." | gman@chromium.org | 2012-01-12 | 2 | -2/+26 |
* | Fix GLES2 Conformance test support | gman@chromium.org | 2012-01-11 | 1 | -25/+24 |
* | Make GLES2Implementation handl failed allocation | gman@chromium.org | 2012-01-11 | 4 | -11/+211 |
* | Make GLES2CmdHelper and CommandBufferHelper handle failed allocation | gman@chromium.org | 2012-01-11 | 6 | -584/+1092 |
* | Revert 116821 - Make StrictSharedIdHandler free its unused ids. | zmo@google.com | 2012-01-09 | 2 | -27/+3 |
* | Make StrictSharedIdHandler free its unused ids. | gman@chromium.org | 2012-01-07 | 2 | -3/+27 |
* | Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-06 | 1 | -0/+1 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver... | apatrick@chromium.org | 2012-01-06 | 1 | -1/+4 |
* | Coverity: Add some NULL checks. | thestig@chromium.org | 2012-01-05 | 1 | -5/+5 |
* | Undo GL_EXT_texture_storage disable, fixup internal format for non-GLES2. | jbates@chromium.org | 2012-01-04 | 3 | -49/+24 |
* | Track shared memory used by GPU process | gman@chromium.org | 2012-01-04 | 4 | -29/+25 |
* | Revert 116281 - Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-04 | 1 | -1/+0 |
* | Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-04 | 1 | -0/+1 |
* | Input latency performance test that uses tracing (retry) | jbates@chromium.org | 2012-01-04 | 1 | -3/+8 |
* | Revert 116191 - Input latency performance test that uses tracing. | jbates@chromium.org | 2012-01-03 | 1 | -8/+3 |
* | Input latency performance test that uses tracing. | jbates@chromium.org | 2012-01-03 | 1 | -3/+8 |
* | Coverity fixes for uninitialized vars | groby@chromium.org | 2011-12-29 | 1 | -1/+2 |
* | Disable GL_EXT_texture_storage support in Linux. | jbates@chromium.org | 2011-12-29 | 2 | -3/+37 |
* | Add tracking of backbuffer memory to command buffer | gman@chromium.org | 2011-12-23 | 4 | -6/+116 |
* | Track buffer memory in command buffer | gman@chromium.org | 2011-12-23 | 2 | -3/+28 |
* | Fix a few issues with texture memory tracking. | gman@chromium.org | 2011-12-23 | 3 | -59/+85 |
* | Add renderbuffer memory tracing | gman@chromium.org | 2011-12-23 | 3 | -3/+50 |
* | Start adding memory tracking to GPU process | gman@chromium.org | 2011-12-22 | 2 | -7/+50 |
* | Fix BufferData so it does not trigger single threaded check. | gman@chromium.org | 2011-12-22 | 2 | -1/+27 |
* | Stop freeing the command buffer when a tab goes to the background. This essen... | vangelis@chromium.org | 2011-12-22 | 1 | -1/+0 |
* | Make texImage2D with NULL always clear texture. | gman@chromium.org | 2011-12-21 | 2 | -4/+15 |
* | Fix IsExtensionAvailable so it calls GetStringHelper | gman@chromium.org | 2011-12-21 | 6 | -42/+93 |
* | Optimize glCheckFramebuffer checks. | gman@chromium.org | 2011-12-20 | 7 | -12/+395 |
* | Fix PixelStorei so it does not recursively call GL functions | gman@chromium.org | 2011-12-18 | 6 | -33/+2052 |
* | Don't tell browser to swap until swap actually executed. | backer@chromium.org | 2011-12-16 | 3 | -35/+29 |
* | Fix standalone gl demos and conformance tests | gman@chromium.org | 2011-12-15 | 2 | -0/+12 |
* | Disable 5ms flusher on Android to reduce kernel thrashing. | nduca@chromium.org | 2011-12-15 | 1 | -1/+5 |
* | Free the command buffer when tabs are switched | gman@chromium.org | 2011-12-15 | 10 | -65/+110 |
* | Log GLenums as strings in service | gman@chromium.org | 2011-12-14 | 2 | -4/+38 |
* | Revert "Reverting as this is suspected of causing check_deps failure on Linux... | gman@chromium.org | 2011-12-14 | 4 | -3/+207 |
* | Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto... | vangelis@chromium.org | 2011-12-14 | 6 | -54/+70 |
* | Reverting as this is suspected of causing check_deps failure on Linux bot | finnur@chromium.org | 2011-12-14 | 4 | -207/+3 |