summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_command_buffer_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-051-5/+1
* pepper: simplify context creation/initializationpiman@chromium.org2013-05-311-2/+1
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-081-0/+9
* Add CommandBuffer::GetLastTokengman@chromium.org2013-01-251-0/+6
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-211-18/+14
* Revert 172805apatrick@google.com2012-12-141-14/+18
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-131-18/+14
* Fix layering violation where content is included by gpu.ccameron@chromium.org2012-10-281-46/+0
* Don't crash when destoying transfer buffer that isn't mapped.jbauman@chromium.org2012-10-251-4/+5
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Put locks around PPB_Graphics3d.nfullagar@chromium.org2012-10-151-0/+2
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-271-6/+8
* gpu: add SignalSyncPoint to complement WaitSyncPointpiman@chromium.org2012-06-191-0/+6
* GPU: Adding sync points for cross-channel synchronizationpiman@chromium.org2012-06-051-1/+9
* Browser Plugin: Fixed silly typo in PpapiCommandBufferProxy.fsamuel@chromium.org2012-05-221-1/+2
* Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embe...fsamuel@chromium.org2012-05-191-7/+15
* Remove NOTIMPLEMENTED() from PpapiCommandBufferProxy::Echo because it's toofsamuel@chromium.org2012-05-101-1/+0
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-021-5/+55
* Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...fsamuel@chromium.org2012-03-281-0/+12
* Factor out the command buffer implementation in ppb_graphics_3d_proxy so that...fsamuel@chromium.org2012-03-081-0/+210