index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
o3d
/
gpu_plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
GPUPluginObject has methods to query its current window size.
apatrick@google.com
2009-10-27
3
-0
/
+96
*
move all O3D specific command buffer stuff to command_buffer::o3d
gman@google.com
2009-10-26
2
-6
/
+6
*
Fixes to get renderer=cb cb_service=gl to compile
gman@google.com
2009-10-22
3
-11
/
+52
*
Added CommandBuffer::GetStatus so remote processes can query whether the plug...
apatrick@google.com
2009-10-22
8
-74
/
+246
*
Forgot to commit a file.
apatrick@google.com
2009-10-19
1
-0
/
+8
*
Fixed gpu_plugin to build in the Chrome tree.
apatrick@google.com
2009-10-19
2
-19
/
+19
*
Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...
apatrick@google.com
2009-10-19
10
-207
/
+98
*
Moved responsibility for creating ring buffer from CommandBuffer to GPUPlugin...
apatrick@google.com
2009-10-13
6
-134
/
+164
*
Separated CommandBuffer and GPUProcessor into separate static library so O3D ...
apatrick@google.com
2009-10-12
1
-32
/
+38
*
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