summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gpu_scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* Defer descheduling of GPU commands until draw or swapjbates@chromium.org2012-06-281-0/+5
* Preempt renderers by browser UI in GpuScheduler.backer@chromium.org2012-06-061-1/+13
* Move GpuScheduler descheduled trace event to GpuScheduler for better coverage.jbates@chromium.org2012-05-261-0/+3
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-3/+3
* make disable-glsl-translator work againgman@chromium.org2012-03-261-0/+2
* Increase reschedule timeout to 1 second.jbauman@chromium.org2012-03-201-1/+1
* Schedule for pending queriesgman@chromium.org2012-03-131-1/+2
* Deschedule command buffer while polling fencesjbauman@chromium.org2012-03-061-1/+4
* Force the GPU process to reschedule itself after a timeout so it responds to ...apatrick@chromium.org2012-01-271-4/+49
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-161-31/+13
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-5/+7
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-15/+27
* Ensure that GpuScheduler invokes fence tasks even if client is not flushing.apatrick@chromium.org2011-12-081-34/+30
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-20/+15
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-15/+20
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-23/+15
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-15/+23
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-221-9/+9
* Added booleans that indicate which GL extensions are available.apatrick@chromium.org2011-11-011-2/+2
* 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