summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_plugin_object.cc
Commit message (Expand)AuthorAgeFilesLines
* Added CommandBuffer::GetStatus so remote processes can query whether the plug...apatrick@google.com2009-10-221-18/+19
* Fixed gpu_plugin to build in the Chrome tree.apatrick@google.com2009-10-191-1/+1
* Moved responsibility for creating ring buffer from CommandBuffer to GPUPlugin...apatrick@google.com2009-10-131-1/+26
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-4/+0
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-241-6/+9
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-8/+21
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-091-6/+1
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-081-3/+4
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-031-26/+6
* Fixes for accidental early commit reviewed at URL below.apatrick@google.com2009-09-021-1/+3
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-021-6/+62
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-251-0/+58