summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Replace texture info when ID is already in use by parent.reveman@google.com2011-07-111-0/+7
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-1118-11/+516
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-113-19/+0
* Fixes for Clang.gman@chromium.org2011-07-112-19/+31
* Move VertexAttribManager to another file.gman@chromium.org2011-07-115-258/+481
* Correct reporting of compressed texture formats and shader binary formatsgman@chromium.org2011-07-0712-19/+201
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-1/+1
* Cache easy to cache OpenGL values on client side of command buffer.gman@chromium.org2011-07-067-95/+358
* Add gpu/OWNERSthakis@chromium.org2011-07-031-0/+3
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-013-4/+4
* Remove app from a bunch of DEPS files.tfarina@chromium.org2011-06-301-3/+0
* Remove the dependency on app_base from some targets.tfarina@chromium.org2011-06-291-1/+0
* Re-Fixes Texture::Copygman@chromium.org2011-06-291-12/+11
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-295-0/+67
* Make swapbuffers copy use the correct format.gman@chromium.org2011-06-281-2/+5
* Return error after allocating GL resource.gman@chromium.org2011-06-285-27/+237
* Revert "Revert "Add glGetMultipleIntegervCHROMIUM""gman@chromium.org2011-06-2820-14/+553
* Revert "Add glGetMultipleIntegervCHROMIUM"gman@chromium.org2011-06-2720-553/+14
* Add glGetMultipleIntegervCHROMIUMgman@chromium.org2011-06-2720-14/+553
* DCHECK glDeleteXXX with id = 0 as this is a bug in client code.gman@chromium.org2011-06-276-70/+103
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-255-16/+131
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-254-126/+16
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-254-16/+126
* Add more trace events related to latch usage and to track RendererGlContext d...jbates@chromium.org2011-06-221-2/+2
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-17/+32
* Coverity: Pass by reference in CommandBufferHelper::SynchronizeState.thestig@chromium.org2011-06-222-2/+2
* Reapply Enforce-RGB patch with bugs fixedgman@chromium.org2011-06-2014-162/+1482
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-2012-98/+67
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-167-31/+26
* Release current context before destroying, so that it properly releases its r...piman@google.com2011-06-161-1/+3
* Uninitialized member in RingBufferWrapper.finnur@chromium.org2011-06-161-1/+0
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-4/+4
* Fix loading a component buildsadrul@chromium.org2011-06-151-0/+1
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-1414-341/+1940
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-1413-1939/+341
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-1413-341/+1939
* Add tracing for various functions significant in compositor startupjamesr@chromium.org2011-06-142-0/+4
* Revert 89002 - Enforce RGB even on buggy drivers.asargent@chromium.org2011-06-1412-839/+125
* Hook up with Angle shader translator backend.zmo@google.com2011-06-141-18/+11
* Enforce RGB even on buggy drivers.gman@chromium.org2011-06-1412-125/+839
* Previously, the DisplayLink would never start until a software draw was done ...jbates@chromium.org2011-06-131-4/+6
* Resubmit http://codereview.chromium.org/7046057gman@chromium.org2011-06-093-1/+101
* Revert 88452 (broke gpu_unittests) - Fix LUMANINCE_ALPHA issuersleevi@chromium.org2011-06-093-101/+1
* Fix LUMANINCE_ALPHA issuegman@chromium.org2011-06-093-1/+101
* Plumbing: Cache the resize callback so that we can call it later.backer@chromium.org2011-06-082-1/+15
* Added stddef.h to cmd_buffer_common.h to build with gcc-4.6.0.asharif@chromium.org2011-06-071-0/+1
* Send message to renderer on command buffer errorjbauman@chromium.org2011-06-072-0/+9
* Optimize TexSubImage2D and BufferSubDatagman@chromium.org2011-06-076-39/+123
* Optimize TexImage2D.gman@chromium.org2011-06-071-5/+20
* Optimize BufferDatagman@chromium.org2011-06-071-6/+17