summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/command_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-191-0/+6
* Moved responsibility for creating ring buffer from CommandBuffer to GPUPlugin...apatrick@google.com2009-10-131-25/+8
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-15/+5
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-241-7/+17
* Added support for getting and setting the CommandBuffer token and error.apatrick@google.com2009-09-221-1/+9
* Added support for registering additional shared memory objects (textures and ...apatrick@google.com2009-09-221-1/+56
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-4/+36
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-091-11/+15
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-081-7/+7
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-031-0/+65