summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gpu_scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in gpu/.dcheng@chromium.org2013-06-121-7/+4
* gpu: Add a trace for full restores and some decoder info on 'PutChanged'epenner@chromium.org2013-05-241-1/+3
* gpu: Use base::MessageLoop.xhwang@chromium.org2013-04-271-1/+1
* gpu: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* GPU process "unschedule fences" have a timeout.apatrick@chromium.org2013-04-101-3/+13
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-161-1/+12
* GPU: Only allow the UI channel to preempt if all stubs are scheduled.backer@chromium.org2013-03-011-8/+9
* do RescheduleTimeOut hack only pre-Vistascottmg@chromium.org2013-02-271-8/+14
* GPU: Fix negation on PreemptionFlag::IsSetbacker@chromium.org2013-01-281-3/+3
* Aura: Less MakeCurrents on UI preemption.backer@chromium.org2013-01-271-9/+16
* GPU: Fix lint errorsbacker@chromium.org2013-01-261-1/+1
* Aura: Throttle --ui-prioritize-in-gpu-processbacker@chromium.org2013-01-261-4/+4
* Only check for context lost when finishing a batch of flushed commands.jbauman@chromium.org2012-11-261-1/+6
* Issue-141903: Rename "descheduled" trace event for gpu swap to something un...rubentopo@gmail.com2012-10-091-2/+3
* gpu: Measure processing commands time per command buffer.reveman@chromium.org2012-09-271-4/+9
* 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