summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_command_buffer_stub.h
Commit message (Expand)AuthorAgeFilesLines
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-161-5/+6
* Removed old sync points from out of process GPU command buffer.dyen2016-01-221-10/+0
* Use 16-bit surface for low-end devicesjinsukkim2016-01-201-0/+1
* Switch to standard integer types in content/common/.avi2015-12-251-36/+41
* Passed is_encrypted parameter to the VDA initialization.timav2015-12-041-2/+2
* Cleanup SurfaceVisibility code.sohan.jyoti2015-11-301-2/+0
* Cleanup GpuMemoryManager and helpers.sohan.jyoti2015-11-171-9/+2
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-5/+3
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-3/+5
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-5/+3
* Added support for sync token signals.dyen2015-10-221-1/+3
* content/gpu: Ensure that queries are processed on InsertSyncPoint.sunnyps2015-10-201-1/+1
* content/gpu: Pass sync point manager into constructors where needed.sunnyps2015-10-081-0/+5
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-071-1/+11
* Move gpu memory calculations to Compositor.sohan.jyoti2015-10-051-9/+0
* Make channel preemption not require view contexts for hookuppiman2015-09-241-9/+3
* content: Virtualize PreferIntegratedGpu contexts by default on Mac.reveman2015-09-231-1/+0
* Added global order numbers to in process command buffers.dyen2015-09-221-0/+2
* content/gpu: Simplify stub scheduling.sunnyps2015-09-181-3/+5
* content/gpu: Simplify gpu channel message handling.sunnyps2015-09-181-7/+1
* Added a unique command buffer ID for command buffers.dyen2015-09-181-0/+4
* gpu: Reduce GL context switches used to check pending queries.reveman2015-09-171-5/+8
* GPU Channel's now maintain a global order number for each processed IPC.dyen2015-09-041-1/+1
* content/gpu: Add stream ID to command buffer creation IPC.sunnyps2015-08-241-0/+5
* content/gpu: Create a framework for testing GpuChannel and friends.sunnyps2015-08-221-3/+10
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Revert of content/gpu: Create a framework for testing GpuChannel and friends....zhaoqin2015-08-211-10/+3
* content/gpu: Create a framework for testing GpuChannel and friends.sunnyps2015-08-211-3/+10
* Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzonespang2015-08-041-1/+1
* Avoid double-counting in GpuChannel memory tracking.ericrk2015-07-211-2/+0
* Add Push/PullTextureUpdates to CommandBufferStubboliu2015-07-181-1/+2
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-1/+1
* Mac: Add GPU driver workaround for NSCGLSurface on multi-GPUccameron2015-06-161-0/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Adding status to swap buffers completionachaulk2015-05-291-1/+3
* Revert of Adding status to swap complete (patchset #18 id:340001 of https://c...vabr2015-05-291-3/+1
* Adding status to swap buffers completionachaulk2015-05-291-1/+3
* Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl.danakj2015-02-201-1/+4
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Add optimization for CHROMIUM_subscribe_uniform extension.orglofch2014-12-151-0/+2
* Add mouse input forwarding to gpu serviceorglofch2014-12-031-0/+2
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-9/+8
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-6/+6
* Remove GpuHostMsg_FrameDrawn and replace with client channel swap acksievers2014-10-091-0/+2
* Replace OVERRIDE and FINAL with override and final in content/common/[a-s]*anand.ratn2014-10-071-7/+7
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-1/+0
* Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlushmiletus2014-09-151-2/+2
* content: Add DeletedGpuMemoryBuffer IPC.reveman@chromium.org2014-07-231-1/+1
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-5/+1
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-191-1/+0