summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Recomitting 31676 with fix.apatrick@google.com2009-11-111-30/+0
* Reverting 31676.apatrick@google.com2009-11-111-0/+30
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-111-30/+0
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-051-2/+0
* Fixed gpu_plugin and added to o3d_all.gyp so it gets built on buildbot.apatrick@google.com2009-11-041-4/+4
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-2/+1
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-021-5/+0
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-251-0/+6
* Added NPObjectBase, a base class for NPObject that forwards NPObject calls th...apatrick@google.com2009-08-201-3/+3
* Added GPU rendering plugin, an internal out-of-process plugin for rendering 3...apatrick@google.com2009-08-201-0/+32