summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Optimize TexImage2D.gman@chromium.org2011-06-071-5/+20
* Optimize BufferDatagman@chromium.org2011-06-071-6/+17
* Remove canvas throttling in GLES2Implementation::CopyTextureToParentTexture.jbates@chromium.org2011-06-031-7/+0
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-014-1/+16
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-314-16/+1
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-314-1/+16
* Fix ringbuffer test.jbauman@chromium.org2011-05-201-0/+25
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-131-1/+1
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-134-0/+16
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-121-1/+0
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Changed CHECK to DCHECK in cmd_buffer_helper.cc.apatrick@chromium.org2011-05-111-1/+1
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-2/+2
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-2/+2
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-102-27/+27
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-062-27/+27
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-062-27/+27
* Rework SwapBuffers sync to allow enough SwapBuffers without blockingpiman@google.com2011-05-061-6/+13
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-051-4/+0
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-052-27/+27
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-052-27/+27
* Fix garbage seen on Mac OS X when toggling compositor and resizingkbr@google.com2011-05-041-0/+4
* Allow gpu ringbuffer to wrap around.jbauman@chromium.org2011-05-032-13/+27
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-287-7/+7
* Add a yield command to the command buffer.piman@google.com2011-04-233-1/+12
* instrumented gles2 commands that call glFinish so that they show up in about:...jbates@chromium.org2011-04-191-0/+21
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-191-0/+3
* Landing issue 6828049 on behalf of KushalP.apatrick@chromium.org2011-04-145-35/+35
* Fix a regression in command buffer TexSubImage2D.zmo@google.com2011-04-141-1/+2
* Trace whenever renderer waits for command buffer space.jbauman@chromium.org2011-04-141-11/+18
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-134-10/+26
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-126-23/+22
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-1/+1
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-7/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-282-5/+5
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-243-0/+28
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-0/+1
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-1/+0
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-0/+1
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-281-0/+5
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-0/+6
* In r74071, the number of outstanding SwapBuffer/CopyTextureToParentTexture ca...senorblanco@chromium.org2011-02-151-1/+1
* 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/+1
* Remove support for client side arrays from client side gpugman@chromium.org2011-02-053-94/+51
* Fix for jankiness in some accelerated 2D canvas demos: If there is already a...senorblanco@chromium.org2011-01-262-4/+14
* Fix to allow the gles2 conformance tests to rungman@chromium.org2011-01-191-1/+1