summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-063-0/+96
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-185-130/+133
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-181-0/+2
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-164-1/+57
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-131-0/+4
* Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...senorblanco@chromium.org2010-10-221-0/+6
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-142-0/+424
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-24/+34
* Adds stub for client side GL logging.gman@chromium.org2010-09-233-3/+3
* Revert 59119 - Removed includion of <iostream> from logging.h.jamesr@chromium.org2010-09-121-11/+7
* Removed includion of <iostream> from logging.h.apatrick@chromium.org2010-09-101-7/+11
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-088-65/+206
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-284-0/+56