| Commit message (Expand) | Author | Age | Files | Lines |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Replaced SharedMemory::Map method with NPN_MapMemory. | apatrick@google.com | 2009-10-02 | 25 | -324/+203 |
* | Diabolic hackery to work around differing NPAPI headers and definitions betwe... | apatrick@google.com | 2009-09-28 | 14 | -23/+53 |
* | GPUProcessor uses NPN_PluginThreadAsyncCall to schedule future command proces... | apatrick@google.com | 2009-09-25 | 7 | -6/+36 |
* | GPUProcessor uses O3D command buffer service to render to a window. | apatrick@google.com | 2009-09-24 | 14 | -209/+650 |
* | Added support for getting and setting the CommandBuffer token and error. | apatrick@google.com | 2009-09-22 | 3 | -1/+64 |
* | Added support for registering additional shared memory objects (textures and ... | apatrick@google.com | 2009-09-22 | 4 | -3/+161 |
* | Implemented get and put offset synchronization via NPObject interface in GPU ... | apatrick@google.com | 2009-09-21 | 16 | -46/+586 |
* | Implemented shared memory as an NPObject. Using NPObject method to expose map... | apatrick@google.com | 2009-09-09 | 18 | -124/+546 |
* | Replaced BaseNPObject with DefaultNPObject because... | apatrick@google.com | 2009-09-08 | 27 | -657/+535 |
* | Exracted CommandBuffer class from GPUPluginObject. | apatrick@google.com | 2009-09-03 | 9 | -120/+314 |
* | Wrote tests for GPUPluginObject::OpenCommandBuffer. | apatrick@google.com | 2009-09-02 | 14 | -58/+498 |
* | Fixes for accidental early commit reviewed at URL below. | apatrick@google.com | 2009-09-02 | 6 | -6/+91 |
* | GPU plugin object can create a command buffer via a V8 extension in Chromium ... | apatrick@google.com | 2009-09-02 | 35 | -962/+1707 |
* | Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a... | apatrick@google.com | 2009-08-25 | 22 | -354/+1183 |
* | Added DispatchedNPObject. | apatrick@google.com | 2009-08-24 | 18 | -23/+1671 |
* | Added NPObjectBase, a base class for NPObject that forwards NPObject calls th... | apatrick@google.com | 2009-08-20 | 6 | -3/+489 |
* | Added GPU rendering plugin, an internal out-of-process plugin for rendering 3... | apatrick@google.com | 2009-08-20 | 4 | -0/+230 |