summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/command_buffer_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-3/+3
* Fixed problem with Pepper 3D plugins not rendering on Mac OS X if theykbr@google.com2010-03-161-3/+14
* Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.pinkerton@chromium.org2010-03-121-12/+14
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-12/+12
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-24/+60
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-231-1/+30
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-60/+24
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-24/+60
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-18/+30
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+29
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-26/+7
* linux: implement gpu pluginpiman@chromium.org2010-01-061-4/+4
* Revert 35509 - linux: implement gpu pluginpiman@chromium.org2010-01-051-4/+4
* linux: implement gpu pluginpiman@chromium.org2010-01-051-4/+4
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-18/+26
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-0/+135