summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/command_buffer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Recomitting 31676 with fix.apatrick@google.com2009-11-111-182/+0
* Reverting 31676.apatrick@google.com2009-11-111-0/+182
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-111-182/+0
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-101-80/+45
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-051-2/+0
* Moved responsibility for creating ring buffer from CommandBuffer to GPUPlugin...apatrick@google.com2009-10-131-100/+62
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-24/+0
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-241-14/+35
* Added support for getting and setting the CommandBuffer token and error.apatrick@google.com2009-09-221-0/+20
* Added support for registering additional shared memory objects (textures and ...apatrick@google.com2009-09-221-0/+78
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-13/+59
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-091-23/+19
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-081-10/+9
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-031-0/+121