summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_command_buffer_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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