summaryrefslogtreecommitdiffstats
path: root/o3d/gpu_plugin
Commit message (Expand)AuthorAgeFilesLines
* GPUPluginObject has methods to query its current window size.apatrick@google.com2009-10-273-0/+96
* move all O3D specific command buffer stuff to command_buffer::o3dgman@google.com2009-10-262-6/+6
* Fixes to get renderer=cb cb_service=gl to compilegman@google.com2009-10-223-11/+52
* Added CommandBuffer::GetStatus so remote processes can query whether the plug...apatrick@google.com2009-10-228-74/+246
* Forgot to commit a file.apatrick@google.com2009-10-191-0/+8
* Fixed gpu_plugin to build in the Chrome tree.apatrick@google.com2009-10-192-19/+19
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-1910-207/+98
* Moved responsibility for creating ring buffer from CommandBuffer to GPUPlugin...apatrick@google.com2009-10-136-134/+164
* 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-0225-324/+203
* Diabolic hackery to work around differing NPAPI headers and definitions betwe...apatrick@google.com2009-09-2814-23/+53
* GPUProcessor uses NPN_PluginThreadAsyncCall to schedule future command proces...apatrick@google.com2009-09-257-6/+36
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-2414-209/+650
* Added support for getting and setting the CommandBuffer token and error.apatrick@google.com2009-09-223-1/+64
* Added support for registering additional shared memory objects (textures and ...apatrick@google.com2009-09-224-3/+161
* Implemented get and put offset synchronization via NPObject interface in GPU ...apatrick@google.com2009-09-2116-46/+586
* Implemented shared memory as an NPObject. Using NPObject method to expose map...apatrick@google.com2009-09-0918-124/+546
* Replaced BaseNPObject with DefaultNPObject because...apatrick@google.com2009-09-0827-657/+535
* Exracted CommandBuffer class from GPUPluginObject.apatrick@google.com2009-09-039-120/+314
* Wrote tests for GPUPluginObject::OpenCommandBuffer.apatrick@google.com2009-09-0214-58/+498
* Fixes for accidental early commit reviewed at URL below.apatrick@google.com2009-09-026-6/+91
* GPU plugin object can create a command buffer via a V8 extension in Chromium ...apatrick@google.com2009-09-0235-962/+1707
* Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...apatrick@google.com2009-08-2522-354/+1183
* Added DispatchedNPObject.apatrick@google.com2009-08-2418-23/+1671
* Added NPObjectBase, a base class for NPObject that forwards NPObject calls th...apatrick@google.com2009-08-206-3/+489
* Added GPU rendering plugin, an internal out-of-process plugin for rendering 3...apatrick@google.com2009-08-204-0/+230