summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_plugin_object.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-2/+3
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-1/+7
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-091-2/+1
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-081-3/+4
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-031-4/+3
* Wrote tests for GPUPluginObject::OpenCommandBuffer.apatrick@google.com2009-09-021-0/+1
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-021-6/+20
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-251-0/+57