summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Add cmd line switch to make compileShader always succeed.gman@chromium.org2012-01-183-2/+12
* Add --enable-gpu-debugging to call glGetError after every command in the comm...gman@chromium.org2012-01-145-9/+59
* Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids."gman@chromium.org2012-01-122-2/+26
* Fix GLES2 Conformance test supportgman@chromium.org2012-01-111-25/+24
* Make GLES2Implementation handl failed allocationgman@chromium.org2012-01-114-11/+211
* Make GLES2CmdHelper and CommandBufferHelper handle failed allocationgman@chromium.org2012-01-116-584/+1092
* Revert 116821 - Make StrictSharedIdHandler free its unused ids.zmo@google.com2012-01-092-27/+3
* Make StrictSharedIdHandler free its unused ids.gman@chromium.org2012-01-072-3/+27
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-061-0/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver...apatrick@chromium.org2012-01-061-1/+4
* Coverity: Add some NULL checks.thestig@chromium.org2012-01-051-5/+5
* Undo GL_EXT_texture_storage disable, fixup internal format for non-GLES2.jbates@chromium.org2012-01-043-49/+24
* Track shared memory used by GPU processgman@chromium.org2012-01-044-29/+25
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+0
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-0/+1
* Input latency performance test that uses tracing (retry)jbates@chromium.org2012-01-041-3/+8
* Revert 116191 - Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-8/+3
* Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-3/+8
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-291-1/+2
* Disable GL_EXT_texture_storage support in Linux.jbates@chromium.org2011-12-292-3/+37
* Add tracking of backbuffer memory to command buffergman@chromium.org2011-12-234-6/+116
* Track buffer memory in command buffergman@chromium.org2011-12-232-3/+28
* Fix a few issues with texture memory tracking.gman@chromium.org2011-12-233-59/+85
* Add renderbuffer memory tracinggman@chromium.org2011-12-233-3/+50
* Start adding memory tracking to GPU processgman@chromium.org2011-12-222-7/+50
* Fix BufferData so it does not trigger single threaded check.gman@chromium.org2011-12-222-1/+27
* Stop freeing the command buffer when a tab goes to the background. This essen...vangelis@chromium.org2011-12-221-1/+0
* Make texImage2D with NULL always clear texture.gman@chromium.org2011-12-212-4/+15
* Fix IsExtensionAvailable so it calls GetStringHelpergman@chromium.org2011-12-216-42/+93
* Optimize glCheckFramebuffer checks.gman@chromium.org2011-12-207-12/+395
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-186-33/+2052
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-163-35/+29
* Fix standalone gl demos and conformance testsgman@chromium.org2011-12-152-0/+12
* Disable 5ms flusher on Android to reduce kernel thrashing.nduca@chromium.org2011-12-151-1/+5
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-1510-65/+110
* Log GLenums as strings in servicegman@chromium.org2011-12-142-4/+38
* Revert "Reverting as this is suspected of causing check_deps failure on Linux...gman@chromium.org2011-12-144-3/+207
* Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...vangelis@chromium.org2011-12-146-54/+70
* Reverting as this is suspected of causing check_deps failure on Linux botfinnur@chromium.org2011-12-144-207/+3
* Add check for single threaded access to GLES2Implementationgman@chromium.org2011-12-144-3/+207
* Ignore random GL_OUT_OF_MEMORYjbauman@chromium.org2011-12-131-1/+4
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-134-0/+21
* Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...vangelis@chromium.org2011-12-136-70/+54
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-1223-269/+375
* Fixed service side implementation of glTexStorage2DEXT to only initialize the...vangelis@chromium.org2011-12-126-54/+70
* Remove some really old (and unnecessary) include dirs from gpu/DEPS.apatrick@chromium.org2011-12-081-4/+0
* Ensure that GpuScheduler invokes fence tasks even if client is not flushing.apatrick@chromium.org2011-12-082-35/+37
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-0823-368/+269
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-0723-269/+368