summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_command_buffer_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 220369 "Add content::SurfaceCapturer".hshi@chromium.org2013-10-171-15/+0
* Send PictureReady and NotifyEndOfBitstreamBuffer directly to IO thread.wuchengli@chromium.org2013-09-111-3/+3
* Make using virtual contexts a workaround flag rather than cmdlinesievers@chromium.org2013-09-071-4/+4
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-3/+0
* The SurfaceCapturer interface is for screen capturers that capturesheu@chromium.org2013-08-291-0/+15
* Run VDA::Decode on GPU IO thread if VDA supports it.wuchengli@chromium.org2013-08-291-1/+1
* Use a direct include of the shared_memory header in content/browser/, content...avi@chromium.org2013-07-171-1/+1
* Reland r209673: "gpu: Propagate lost context signal to all contexts"skyostil@chromium.org2013-07-111-17/+32
* Remove one LOG(INFO) from gpu_command_buffer_stub.cc.apatrick@chromium.org2013-07-091-2/+0
* Revert 209673 "gpu: Propagate lost context signal to all contexts"crogers@google.com2013-07-031-32/+17
* gpu: Propagate lost context signal to all contextsskyostil@chromium.org2013-07-021-17/+32