summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_plugin_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-101-1/+1
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-051-42/+40
* Fixed gpu_plugin and added to o3d_all.gyp so it gets built on buildbot.apatrick@google.com2009-11-041-40/+46
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-081-2/+2
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-021-12/+21
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-251-0/+222
* Added GPU rendering plugin, an internal out-of-process plugin for rendering 3...apatrick@google.com2009-08-201-0/+70