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
/
samples
Commit message (
Expand
)
Author
Age
Files
Lines
*
o3d-webgl: Shader support for skinning.
pathorn@chromium.org
2010-08-18
10
-45
/
+469
*
Converted o3d to use new types for floating point and integer arrays: Float32...
petersont@google.com
2010-08-17
3
-12
/
+9
*
o3d-webgl: Adding preliminary files for 'bubble blaster' demo.
luchen@chromium.org
2010-08-13
13
-0
/
+1735
*
Review URL: http://codereview.chromium.org/3164012
luchen@chromium.org
2010-08-13
4
-44
/
+111
*
Adding implementations to two methods in texture.js and fixing a small typo/bug.
luchen@chromium.org
2010-08-12
1
-32
/
+96
*
Fix permissions to fix broken chromium tree.
erg@google.com
2010-08-12
4
-0
/
+0
*
WebGL bubble demo. Based off of: http://code.google.com/p/o3d/source/browse/t...
luchen@chromium.org
2010-08-11
21
-0
/
+2591
*
Fixes edge case where two components of the world ray are both 0.
luchen@chromium.org
2010-08-09
1
-1
/
+1
*
Changed primitive wireframe creation to be more correct, added to hellocube-w...
petersont@google.com
2010-08-09
2
-50
/
+174
*
o3d-webgl: Fix Matrix4AxisRotation by copying the last row.
pathorn@chromium.org
2010-08-08
1
-0
/
+2
*
Deleting trailing spaces, add ending newline where missing to make lint happy...
maf@chromium.org
2010-08-06
22
-77
/
+72
*
o3d-webgl: Adding support for triangle fan/strip in picking.
luchen@google.com
2010-08-05
2
-7
/
+441
*
o3djs: Make bump shader code compile for webgl.
pathorn@chromium.org
2010-08-04
1
-16
/
+23
*
o3d-webgl: Added remaining param_operation classes.
pathorn@chromium.org
2010-08-04
4
-24
/
+174
*
Currently returns (e.g.) 32 if 16 is the input. Fix so it meets documentation...
luchen@google.com
2010-08-02
1
-0
/
+1
*
o3d-webgl: svn add vertex_source.js
pathorn@chromium.org
2010-07-31
1
-0
/
+102
*
o3d-webgl: Skin, SkinEval and VertexSource classes.
pathorn@chromium.org
2010-07-30
11
-20
/
+1067
*
Review URL: http://codereview.chromium.org/2884048
luchen@google.com
2010-07-29
1
-1
/
+1
*
Review URL: http://codereview.chromium.org/3047021
luchen@google.com
2010-07-28
1
-3
/
+15
*
o3d-webgl: Fixes errors when loading animated meshes in simpleviewer.
pathorn@chromium.org
2010-07-28
4
-41
/
+55
*
These changes are needed for when we turn on REAL
gman@chromium.org
2010-07-28
2
-6
/
+12
*
o3d-webgl: Adding particles demo to repository.
luchen@google.com
2010-07-27
1
-0
/
+596
*
o3d-webgl: Increasing the point size in shader to make points easier to see.
luchen@google.com
2010-07-27
1
-1
/
+3
*
o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORD...
luchen@google.com
2010-07-27
3
-10
/
+11
*
Fixes a small typo; reported in: http://groups.google.com/group/o3d-discuss/b...
luchen@google.com
2010-07-27
1
-1
/
+1
*
o3d-webgl: Avoid computation per element if ParamParamArray is bound.
pathorn@chromium.org
2010-07-26
1
-3
/
+4
*
Tweaked antialiasing function. Result looks good now in conjunction
kbr@google.com
2010-07-24
1
-2
/
+4
*
Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to add
kbr@google.com
2010-07-24
1
-91
/
+191
*
Fix svn:executable permission for r53363.
thestig@chromium.org
2010-07-22
1
-0
/
+0
*
Adding WebGL version of the trends demo, including the original and new parti...
luchen@google.com
2010-07-22
12
-502
/
+2636
*
This adds four files ported from their C++ counterparts: animation.js, counte...
pathorn@chromium.org
2010-07-16
7
-0
/
+2571
*
Implemented error texture support in client and ParamArray class. Fixed bug i...
luchen@google.com
2010-07-14
10
-49
/
+1091
*
o3d-webgl: Adding oldschoolshadows sample.
luchen@google.com
2010-07-13
1
-0
/
+277
*
Fixes a TypeError bug introduced in the picking change. Cannot cancel event p...
luchen@google.com
2010-07-12
1
-1
/
+3
*
Box2d-3d demo ported to WebGL. Needed to strip some whitespace characters fro...
luchen@google.com
2010-07-12
16
-0
/
+6341
*
Adding checkers demo.
luchen@google.com
2010-07-12
1
-0
/
+873
*
Implemented picking, at last. The picking sample is already checked in, but ...
petersont@google.com
2010-07-09
19
-352
/
+983
*
Fixed race condition in O3D/WebGL FileRequest implementation by only
kbr@google.com
2010-07-08
1
-15
/
+14
*
Made code which determines which side of contours to fill more robust
kbr@google.com
2010-07-07
2
-3
/
+1
*
Changed definition of IntervalTree to contain closed, rather than
kbr@google.com
2010-07-06
2
-0
/
+68
*
Fixed mismatch in fast and slow queries in overlap tests during
kbr@google.com
2010-07-05
3
-1
/
+69
*
Adding 2d and hud-2d demos to samples. Small addition to state.js to actually...
luchen@google.com
2010-06-29
4
-0
/
+1057
*
o3d-webgl: adding shader test demo.
luchen@google.com
2010-06-29
15
-1
/
+1746
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
3
-0
/
+0
*
Adding instancing and render target demos.
luchen@google.com
2010-06-17
9
-2
/
+1839
*
o3d-webgl: Adding WebGL version of the pingpong game.
luchen@google.com
2010-06-17
3
-0
/
+846
*
o3d-webgl: adding billboard demo.
luchen@google.com
2010-06-17
3
-0
/
+401
*
o3d-webgl: adding generate-texture demo, with implementation of texture.set.
luchen@google.com
2010-06-17
2
-37
/
+341
*
Got the yard and seven_shapes models to convert to pure-json. This would hav...
petersont@google.com
2010-06-17
2
-18
/
+39
*
o3d-webgl: vertex shader and vertex animation demos.
luchen@google.com
2010-06-16
3
-0
/
+637
[next]