summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* Add glGetMultipleIntegervCHROMIUMgman@chromium.org2011-06-275-5/+101
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-251-0/+3
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-251-3/+0
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-251-0/+3
* Reapply Enforce-RGB patch with bugs fixedgman@chromium.org2011-06-201-0/+1
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-145-1/+1158
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-145-1158/+1
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-145-1/+1158
* Resubmit http://codereview.chromium.org/7046057gman@chromium.org2011-06-092-1/+100
* Revert 88452 (broke gpu_unittests) - Fix LUMANINCE_ALPHA issuersleevi@chromium.org2011-06-092-100/+1
* Fix LUMANINCE_ALPHA issuegman@chromium.org2011-06-092-1/+100
* Added stddef.h to cmd_buffer_common.h to build with gcc-4.6.0.asharif@chromium.org2011-06-071-0/+1
* IWYU: Add missing header. Under GCC 4.6, this is a hard error now.rsleevi@chromium.org2011-06-071-1/+2
* Remove debug assertions for redundant FreeID calls.husky@google.com2011-06-062-4/+19
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-014-0/+50
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-313-48/+0
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-313-0/+48
* Speed up IdAllocator.husky@google.com2011-05-273-11/+64
* Changes to help optimizer eliminate redundant code in GPU logging.apatrick@chromium.org2011-05-181-24/+47
* Add more stubbed out defines so nacl can bump chrome rev.nfullagar@google.com2011-05-161-0/+3
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-0/+30
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-30/+0
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-0/+30
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-30/+0
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-0/+30
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-282-6/+13
* Add a yield command to the command buffer.piman@google.com2011-04-232-3/+41
* With latch support and higher level frame throttling, we no longer need to li...jbates@chromium.org2011-04-201-7/+6
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-181-3/+3
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-132-13/+25
* Fix the incorrect method name override.jbates@chromium.org2011-04-131-0/+3
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-125-38/+40
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-282-4/+4
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-2/+4
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-244-1/+114
* Resubmit of reverted CL: http://codereview.chromium.org/6677105twiz@chromium.org2011-03-211-0/+4
* Revert 78801 - Addition of GL-redirecting mechanism for the Skia/GPU back-end...bradnelson@google.com2011-03-191-4/+0
* Addition of GL-redirecting mechanism for the Skia/GPU back-end. During execut...twiz@chromium.org2011-03-191-0/+4
* Fix for ANGLE and readpixels.gman@chromium.org2011-03-151-0/+2
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-282-0/+8
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-242-0/+12
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-133-3/+3
* Fixes to allow building with -pedantic.neb@chromium.org2011-02-111-1/+1
* Implemented GPU process side flow control.apatrick@chromium.org2011-02-081-1/+7
* Exposed GL_NV_fence bindings to GPU process.apatrick@chromium.org2011-01-261-0/+14
* Fix compile warnings that break NaCl build.neb@chromium.org2011-01-263-4/+4
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-261-0/+4
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-142-2/+10
* Move lots of GMock stuff out of line.erg@google.com2011-01-052-7/+21
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-232-0/+27