summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_command_buffer_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-301-1/+0
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-9/+0
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-3/+4
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-181-1/+2
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-2/+0
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-0/+1
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-3/+3
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-081-0/+1
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-1/+1
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-0/+2
* Add SignalQuery to GpuControl interfacejamesr@chromium.org2013-10-051-0/+2
* Move Insert/SignalSyncPoint() to GpuControljamesr@chromium.org2013-10-021-1/+3
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-0/+2
* Make *CommandBufferProxy* implement GpuControlpiman@chromium.org2013-09-271-16/+29
* Remove ipc::CommandBufferProxy. As an interface, it's not used.piman@chromium.org2013-09-261-10/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-2/+2
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-051-2/+1
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-081-0/+1
* Add CommandBuffer::GetLastTokengman@chromium.org2013-01-251-0/+1
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-211-5/+2
* Revert 172805apatrick@google.com2012-12-141-2/+5
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-131-5/+2
* Fix layering violation where content is included by gpu.ccameron@chromium.org2012-10-281-13/+0
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* gpu: add SignalSyncPoint to complement WaitSyncPointpiman@chromium.org2012-06-191-0/+2
* GPU: Adding sync points for cross-channel synchronizationpiman@chromium.org2012-06-051-0/+2
* Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embe...fsamuel@chromium.org2012-05-191-1/+1
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-021-2/+18
* Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...fsamuel@chromium.org2012-03-281-0/+6
* Factor out the command buffer implementation in ppb_graphics_3d_proxy so that...fsamuel@chromium.org2012-03-081-0/+65