summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_command_buffer_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* MailboxSync: Imply fence with sync pointsievers2014-10-221-2/+0
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-6/+5
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-17/+11
* content: Out-of-process GPU service support for SurfaceTexture backed GpuMemo...reveman2014-10-101-8/+0
* Remove GpuHostMsg_FrameDrawn and replace with client channel swap acksievers2014-10-091-0/+5
* Replace OVERRIDE and FINAL with override and final in content/common/[a-s]*anand.ratn2014-10-071-3/+3
* content: Rename all classes with WebKitPlatform to BlinkPlatform.tfarina2014-10-051-1/+1
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-8/+2
* gpu: Don't switch context for SignalSyncPointsievers2014-10-021-1/+2
* gpu: Remove release-after-use workaround.reveman2014-09-291-4/+0
* Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlushmiletus2014-09-151-13/+11
* Remove implicit conversions from scoped_refptr to T* in content/*/gpu/dcheng2014-08-261-1/+1
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-131-2/+2
* During image destroy, delete textures only if we have a GL context.sohan.jyoti@samsung.com2014-07-311-9/+21
* Add devtools trace event for implementing Timeline GPUTaskyurys@chromium.org2014-07-301-0/+37
* content: Add DeletedGpuMemoryBuffer IPC.reveman@chromium.org2014-07-231-4/+4
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-15/+29
* Add support for strong future sync points.jbauman@chromium.org2014-07-011-1/+4
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-191-11/+0
* content: Prevent ScheduleDelayedWork from being called without a context curr...reveman@chromium.org2014-05-061-2/+6
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-021-15/+8
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-301-19/+5
* GpuChannelHost: allocate route IDs on the client (renderer) side.hshi@chromium.org2014-04-081-6/+6
* gpu: Handle shared context creation failure w/virtualizationsievers@chromium.org2014-04-081-3/+8
* Add WaitForToken and WaitForGetOffset messages.jbauman@chromium.org2014-04-071-18/+83
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-1/+7
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-031-0/+1
* Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()sheu@chromium.org2014-04-031-1/+23
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-021-4/+9
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-36/+0
* Add initial GpuMemoryBufferSurfaceTexture implementation.reveman@chromium.org2014-03-311-0/+9
* GPU:'Pass' SharedMemory when possible.epenner@chromium.org2014-03-271-2/+11
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-9/+10
* DevTools: Aggregate memory usage across all the stubs in a GpuChannelalph@chromium.org2014-03-251-1/+1
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-0/+3
* Add logs for context creation failure.piman@chromium.org2014-03-111-6/+3
* gpu: Return early GpuCommandBufferStub::OnWaitSyncPoint() if |sync_point| is 0.dongseong.hwang@intel.com2014-03-061-0/+2
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-081-3/+4
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-6/+12
* Remove gpu side LatencyInfo mergingmiletus@chromium.org2014-01-161-1/+4
* gpu: Early return GpuCommandBufferStub::OnWaitSyncPoint() if the sync point i...dongseong.hwang@intel.com2014-01-091-1/+4
* Implicitly ensure backbuffer creation on drawjamesr@chromium.org2013-12-131-15/+0
* Add GL entry points for DiscardBackbufferCHROMIUMjamesr@chromium.org2013-12-131-15/+0
* Report GPU memory usage to DevToolsalph@chromium.org2013-12-111-2/+6
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-8/+11
* DevTools: Add an instrumentation event to track GPU utilizationalph@chromium.org2013-11-211-0/+2
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-0/+1
* enable stencil buffer on mac; allows --force-direct-layer-drawing to workhumper@google.com2013-11-131-0/+12
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-15/+12
* Add multi-process GpuMemoryBuffer framework.reveman@chromium.org2013-10-221-0/+34