summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/command_buffer_proxy_impl.h
Commit message (Expand)AuthorAgeFilesLines
* gpu: Remove unnecessary media referencesfsamuel2016-03-231-5/+0
* mustash: Towards decoupling media from client-side of gpu servicefsamuel2016-03-141-16/+0
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-161-2/+3
* Removed last references to old sync points.dyen2016-01-221-5/+0
* Harden CommandBufferProxyImplpiman2016-01-141-0/+13
* Added method to synchronize command buffers within GpuControl.dyen2016-01-051-0/+1
* Switch to standard integer types in content/common/.avi2015-12-251-34/+38
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-091-0/+1
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-041-1/+0
* Added an extra sync token field for extra command buffer identification.dyen2015-12-041-0/+1
* Cleanup SurfaceVisibility code.sohan.jyoti2015-11-301-1/+0
* Remove CreateStreamTexture from GL interfaces.siva.gunturi2015-11-151-1/+1
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-2/+2
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-2/+2
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-2/+2
* Added support for sync token signals.dyen2015-10-221-1/+4
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-141-0/+2
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-071-0/+18
* Move gpu memory calculations to Compositor.sohan.jyoti2015-10-051-7/+0
* Added a unique command buffer ID for command buffers.dyen2015-09-181-0/+3
* content/gpu: Lay the groundwork for GPU streams on the client side.sunnyps2015-08-101-4/+9
* content/gpu: Ownership and lifetime cleanup for CommandBufferProxyImpl.sunnyps2015-08-041-2/+3
* content: Remove unused member in CommandBufferProxyImpl.reveman2015-06-161-5/+0
* DCHECK if shader compilation fails that it's due to context loss.danakj2015-06-091-0/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Adding status to swap buffers completionachaulk2015-05-291-2/+5
* Revert of Adding status to swap complete (patchset #18 id:340001 of https://c...vabr2015-05-291-5/+2
* Adding status to swap buffers completionachaulk2015-05-291-2/+5
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+1
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-281-3/+4
* Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl.danakj2015-02-201-2/+10
* Add support for multithreading the GPU command buffer.jbauman2015-02-121-0/+8
* Add OrderingBarrierCHROMIUM API.vmiura2015-02-061-0/+2
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-33/+32
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-6/+9
* Remove GpuHostMsg_FrameDrawn and replace with client channel swap acksievers2014-10-091-0/+7
* Replace OVERRIDE and FINAL with override and final in content/common/[a-s]*anand.ratn2014-10-071-22/+22
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-5/+0
* Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlushmiletus2014-09-151-0/+2
* When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API togethe...penghuang2014-09-091-0/+4
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-5/+3
* Add support for strong future sync points.jbauman@chromium.org2014-07-011-0/+2
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-191-2/+0
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-5/+5
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-021-1/+1
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-301-1/+0
* Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()sheu@chromium.org2014-04-031-7/+15
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-9/+0
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-4/+4
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-181-1/+2