summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gpu_scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* GpuScheduler can unschedule a command buffer until the GPU has made progress ...apatrick@chromium.org2011-10-251-0/+72
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-144/+21
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-21/+144
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-144/+21
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-3/+1
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-8/+0
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-5/+2
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-2/+5
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-5/+2
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-12/+0
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-0/+12
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-281-8/+0
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-17/+4
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-109/+61
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-61/+109
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-109/+61
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+2
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-2/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+2
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-2/+1
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-0/+8
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-251-3/+8
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-251-8/+3
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-251-3/+8
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-6/+11
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-141-0/+4
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-141-4/+0
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-141-0/+4
* Previously, the DisplayLink would never start until a software draw was done ...jbates@chromium.org2011-06-131-4/+6
* Plumbing: Cache the resize callback so that we can call it later.backer@chromium.org2011-06-081-1/+10
* GpuScheduler fix:jbates@chromium.org2011-06-031-25/+43
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-3/+4
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-4/+3
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-3/+4
* Apply setInterval to new surface-context pairsnduca@chromium.org2011-05-251-0/+12
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-3/+8
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-2/+2
* Defer IPC messages to the GpuCommandBufferStub until GpuScheduler is reschedu...apatrick@chromium.org2011-05-091-1/+13
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-2/+2
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-2/+2
* Rework SwapBuffers sync to allow enough SwapBuffers without blockingpiman@google.com2011-05-061-2/+5
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-2/+2
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-2/+2
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-2/+10
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-271-5/+27
* Add a yield command to the command buffer.piman@google.com2011-04-231-5/+6
* With latch support and higher level frame throttling, we no longer need to li...jbates@chromium.org2011-04-201-39/+1
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-181-2/+3
* Landing issue 6828049 on behalf of KushalP.apatrick@chromium.org2011-04-141-0/+256