summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/np_utils
Commit message (Expand)AuthorAgeFilesLines
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-193-5/+23
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-027-7/+42
* Diabolic hackery to work around differing NPAPI headers and definitions betwe...apatrick@google.com2009-09-2812-21/+36
* GPUProcessor uses NPN_PluginThreadAsyncCall to schedule future command proces...apatrick@google.com2009-09-255-2/+29
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-097-57/+114
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-0818-616/+493
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-031-0/+13
* Wrote tests for GPUPluginObject::OpenCommandBuffer.apatrick@google.com2009-09-0211-58/+379
* Fixes for accidental early commit reviewed at URL below.apatrick@google.com2009-09-024-5/+60
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-0224-793/+1584
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-258-342/+414
* Added DispatchedNPObject.apatrick@google.com2009-08-2417-0/+2117