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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux: fix crash in Firefox at plugin unload time when more than one O3D inst...
tschmelcher@chromium.org
2010-01-20
3
-7
/
+21
*
Adds the missing BoundingBox docs.
gman@chromium.org
2010-01-13
2
-2
/
+2
*
Fix docs typo "steam" -> "stream"
gman@chromium.org
2010-01-08
1
-1
/
+1
*
This change removes CG from O3D and uses GLSL
gman@chromium.org
2010-01-08
28
-1172
/
+1938
*
Linux: implement setting cursor type
tschmelcher@chromium.org
2010-01-08
3
-11
/
+83
*
Linux: bring back the RPATH setting that was deleted by the GYP transition. A...
tschmelcher@chromium.org
2010-01-06
2
-6
/
+41
*
Fix Terence's name
gman@google.com
2010-01-06
1
-1
/
+1
*
Fixed deadlocks occurring in Chrome during O3D teardown when O3D is in
kbr@google.com
2009-12-22
1
-1
/
+13
*
Rename all GLES2 classes from ___GL to ___GLES2
gman@chromium.org
2009-12-17
23
-724
/
+761
*
Fix for Windows standalone build
gman@chromium.org
2009-12-16
1
-8
/
+3
*
Step 1 in Adding GLES2 renderer to O3D.
gman@google.com
2009-12-16
38
-0
/
+7025
*
Clean up the rendering of manipulators.
simonrad@chromium.org
2009-12-12
1
-108
/
+240
*
New code needs some NULL checks so we don't crash FireFox on 10.6.
maf@google.com
2009-12-11
1
-5
/
+9
*
Refactor the manipulator samples so that the common javascript code is includ...
simonrad@chromium.org
2009-12-11
4
-756
/
+312
*
Don't screw up the retain count on the original WindowRef referenced by the c...
maf@google.com
2009-12-10
1
-0
/
+11
*
linux: enabling fonts
piman@chromium.org
2009-12-10
2
-30
/
+4
*
Fix for O3Djs build break.
simonrad@chromium.org
2009-12-10
1
-3
/
+8
*
Add line stippling and add functionality to the CameraController.
simonrad@chromium.org
2009-12-10
6
-172
/
+406
*
Changes the classlist to be hierarchical.
gman@chromium.org
2009-12-08
3
-5
/
+70
*
Check that texture being bound is not the current
gman@chromium.org
2009-12-08
2
-0
/
+15
*
Add obscured / unobscured rendering to
gman@chromium.org
2009-12-05
4
-169
/
+215
*
Fixes a bug in the docs generation for overloaded
gman@chromium.org
2009-12-04
6
-11
/
+34
*
Minor docs fix
gman@chromium.org
2009-12-04
1
-56
/
+57
*
Fixes the compiled o3djs libraries.
gman@chromium.org
2009-12-04
1
-1
/
+1
*
Creates a CameraController class, and makes the Rotate1 manipulator use line ...
simonrad@chromium.org
2009-12-03
6
-158
/
+675
*
TBR=kbr@google.com
gman@chromium.org
2009-12-03
1
-5
/
+5
*
Updates the picking library to have a PickManager and
gman@chromium.org
2009-12-03
8
-128
/
+307
*
Remove attempt to uninstall lib{Cg,CgGL} libs since we are not installing tho...
nmaxwell@chromium.org
2009-12-02
1
-7
/
+4
*
TBR=kbr@google.com
gman@chromium.org
2009-12-01
2
-2
/
+2
*
Make primitives and lineprimitives share
gman@chromium.org
2009-11-30
2
-131
/
+111
*
Fix 2 issues in docs building
gman@chromium.org
2009-11-30
2
-28
/
+33
*
Deleted gpu process and command buffer code from O3D tree. Now resides in Chr...
apatrick@google.com
2009-11-25
141
-39533
/
+0
*
Separate the line primitive stuff out of debug.js
gman@chromium.org
2009-11-25
4
-426
/
+491
*
Update the manipulator rotate1 example to use
gman@chromium.org
2009-11-25
4
-76
/
+151
*
Added new way of dragging the Rotate1 manipulator (linear mapping in screen s...
simonrad@chromium.org
2009-11-24
2
-60
/
+119
*
Updates GLES Imlementation to use Antoine's cool
gman@chromium.org
2009-11-24
5
-204
/
+244
*
Updates demo to one that uses a texture.
gman@chromium.org
2009-11-24
18
-1289
/
+1728
*
Fix for gcc. Removed unused file.
apatrick@google.com
2009-11-23
2
-941
/
+1
*
Added torus primitive and Rotate1 manipulator.
simonrad@chromium.org
2009-11-20
3
-34
/
+556
*
Removed O3D command buffer protocol code and O3D comand buffer configuration.
apatrick@google.com
2009-11-20
53
-15325
/
+21
*
Linux: Link the O3D browser plugin with -z nodelete.
thestig@chromium.org
2009-11-19
1
-0
/
+4
*
A clear screen GLES2 demo.
gman@chromium.org
2009-11-19
28
-1350
/
+2005
*
No longer ship/install libGLEW with o3d package. This should come from the us...
nmaxwell@chromium.org
2009-11-19
2
-5
/
+19
*
Fix for last checkin
gman@chromium.org
2009-11-18
1
-1
/
+1
*
Change GPUProcess to use GLES2 instead of GAPI
gman@google.com
2009-11-18
22
-8901
/
+9880
*
Reverting the O3D changes from 32206 and 32266, due to MacOS build problems w...
senorblanco@chromium.org
2009-11-18
1
-7
/
+4
*
Roll O3D's DEPS for Chromium 28829:32206.
senorblanco@chromium.org
2009-11-18
1
-1
/
+1
*
Roll DEPS for Skia 424:428, and enable Skia SSE2 optimizations for Linux and ...
senorblanco@chromium.org
2009-11-17
1
-3
/
+6
*
Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte...
apatrick@google.com
2009-11-16
59
-515
/
+529
*
GLES2.0 command buffers version 0.00001
gman@google.com
2009-11-16
25
-4
/
+21237
[next]