summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin
Commit message (Expand)AuthorAgeFilesLines
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-0918-124/+546
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-0827-657/+535
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-039-120/+314
* Wrote tests for GPUPluginObject::OpenCommandBuffer.apatrick@google.com2009-09-0214-58/+498
* Fixes for accidental early commit reviewed at URL below.apatrick@google.com2009-09-026-6/+91
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-0235-962/+1707
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-2522-354/+1183
* Added DispatchedNPObject.apatrick@google.com2009-08-2418-23/+1671
* Added NPObjectBase, a base class for NPObject that forwards NPObject calls th...apatrick@google.com2009-08-206-3/+489
* Added GPU rendering plugin, an internal out-of-process plugin for rendering 3...apatrick@google.com2009-08-204-0/+230