summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin/gpu_plugin.gyp
Commit message (Expand)AuthorAgeFilesLines
* Recomitting 31676 with fix.apatrick@google.com2009-11-111-162/+0
* Reverting 31676.apatrick@google.com2009-11-111-0/+162
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-111-162/+0
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-101-4/+0
* Fixed gpu_plugin and added to o3d_all.gyp so it gets built on buildbot.apatrick@google.com2009-11-041-47/+0
* Removed command_buffer dependency on vectormath (indirectly via core/types.h).apatrick@google.com2009-11-041-4/+0
* Fixes to get renderer=cb cb_service=gl to compilegman@google.com2009-10-221-2/+35
* Added CommandBuffer::GetStatus so remote processes can query whether the plug...apatrick@google.com2009-10-221-0/+1
* Forgot to commit a file.apatrick@google.com2009-10-191-0/+8
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-191-173/+6
* Separated CommandBuffer and GPUProcessor into separate static library so O3D ...apatrick@google.com2009-10-121-32/+38
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-2/+20
* Diabolic hackery to work around differing NPAPI headers and definitions betwe...apatrick@google.com2009-09-281-1/+14
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-241-0/+136
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-211-1/+5
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-091-21/+97
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-081-9/+7
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-031-1/+6
* Wrote tests for GPUPluginObject::OpenCommandBuffer.apatrick@google.com2009-09-021-0/+3
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-021-13/+15
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-251-0/+12
* Added DispatchedNPObject.apatrick@google.com2009-08-241-1/+18
* Added GPU rendering plugin, an internal out-of-process plugin for rendering 3...apatrick@google.com2009-08-201-0/+46