summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gpu_scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* gpu: Rename GpuScheduler to CommandExecutor.sunnyps2016-03-121-144/+0
* Reuse GLFenceNV when an existing CommandsCompletedQuery is reusedstanisc2016-01-271-4/+0
* Switch to standard integer types in gpu/.avi2015-12-211-5/+8
* content/gpu: Simplify stub scheduling.sunnyps2015-09-181-20/+5
* content/gpu: Simplify gpu channel message handling.sunnyps2015-09-181-2/+2
* gpu: Reduce GL context switches used to check pending queries.reveman2015-09-171-3/+13
* Remove GpuScheduler::DeferToFence.jbauman2014-12-081-18/+0
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-211-6/+6
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-5/+5
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-261-4/+4
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-3/+3
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-1/+1
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-181-2/+2
* GPU process "unschedule fences" have a timeout.apatrick@chromium.org2013-04-101-0/+1
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-161-0/+3
* GPU: Only allow the UI channel to preempt if all stubs are scheduled.backer@chromium.org2013-03-011-4/+7
* GPU: Fix negation on PreemptionFlag::IsSetbacker@chromium.org2013-01-281-1/+1
* Aura: Less MakeCurrents on UI preemption.backer@chromium.org2013-01-271-0/+2
* Aura: Throttle --ui-prioritize-in-gpu-processbacker@chromium.org2013-01-261-16/+17
* Preempt renderers by browser UI in GpuScheduler.backer@chromium.org2012-06-061-1/+28
* Deschedule command buffer while polling fencesjbauman@chromium.org2012-03-061-4/+4
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-3/+4
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-4/+3
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-3/+4
* Force the GPU process to reschedule itself after a timeout so it responds to ...apatrick@chromium.org2012-01-271-0/+12
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-161-4/+8
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-2/+11
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-0/+1
* Ensure that GpuScheduler invokes fence tasks even if client is not flushing.apatrick@chromium.org2011-12-081-1/+7
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-1/+0
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-0/+1
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-1/+0
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-0/+1
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-221-4/+4
* Add OVERRIDE to gpu/ and gl/.avi@chromium.org2011-11-161-4/+4
* GpuScheduler can unschedule a command buffer until the GPU has made progress ...apatrick@chromium.org2011-10-251-1/+19
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-118/+15
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-15/+118
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-118/+15
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-1/+0
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-6/+8
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-3/+0
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-0/+3
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-3/+0
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-6/+0
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-0/+6
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-281-6/+0
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-41/+13
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-24/+11
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-0/+1