summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_processor_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Recomitting 31676 with fix.apatrick@google.com2009-11-111-85/+0
* Reverting 31676.apatrick@google.com2009-11-111-0/+85
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-111-85/+0
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-101-9/+7
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-051-2/+0
* move all O3D specific command buffer stuff to command_buffer::o3dgman@google.com2009-10-261-2/+2
* Fixes to get renderer=cb cb_service=gl to compilegman@google.com2009-10-221-2/+2
* Added CommandBuffer::GetStatus so remote processes can query whether the plug...apatrick@google.com2009-10-221-11/+9
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-191-2/+4
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-16/+21
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-241-20/+65
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-0/+39