summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/np_utils
Commit message (Expand)AuthorAgeFilesLines
* Recomitting 31676 with fix.apatrick@google.com2009-11-1128-3345/+0
* Reverting 31676.apatrick@google.com2009-11-1128-0/+3345
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-1128-3345/+0
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-106-36/+37
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-0526-52/+0
* Removed command_buffer dependency on vectormath (indirectly via core/types.h).apatrick@google.com2009-11-042-3/+1
* 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