summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Recomitting 31676 with fix.apatrick@google.com2009-11-111-80/+0
* Reverting 31676.apatrick@google.com2009-11-111-0/+80
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-111-80/+0
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-101-10/+15
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-051-2/+0
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-191-11/+14
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-19/+12
* GPUProcessor uses NPN_PluginThreadAsyncCall to schedule future command proces...apatrick@google.com2009-09-251-3/+7
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-241-51/+50
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-0/+78