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
...
*
Review URL: http://codereview.chromium.org/1798009
petersont@google.com
2010-04-29
1
-36
/
+79
*
Copy WebGL compatible assets to output directory during the build.
kbr@google.com
2010-04-29
2
-0
/
+27
*
Fleshed out sampler implementation a bit.
petersont@google.com
2010-04-29
3
-14
/
+115
*
Copy o3d-webgl and o3d-webgl-samples into the build directory while
kbr@google.com
2010-04-29
1
-0
/
+32
*
Fixed bug in effect.js during lookup of attribute locations. Fixed
kbr@google.com
2010-04-29
1
-8
/
+8
*
Fixed samples to work with resizing code introduced yesterday. Now the
kbr@google.com
2010-04-28
9
-13
/
+57
*
Fixed bug in samples conversion introduced by WebGL-related changes and
kbr@google.com
2010-04-28
1
-2
/
+10
*
Addressing review feedback on last changes.
kbr@google.com
2010-04-28
1
-28
/
+31
*
Fixed bug in naming of texCoord[0..7] parameters discovered by petersont.
kbr@google.com
2010-04-28
1
-4
/
+4
*
Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handle
kbr@google.com
2010-04-28
3
-4
/
+394
*
Dropping obsolete HTTP method for o3d.
bradnelson@google.com
2010-04-27
1
-2
/
+0
*
Added rules which generate WebGL-compatible assets to samples_gen.py.
kbr@google.com
2010-04-27
2
-3
/
+19
*
Added more logic to cg_to_glsl converter to find cgc in o3d/third_party/cgc/
kbr@google.com
2010-04-27
1
-23
/
+56
*
Pulled changes from issue 669220 to fix building with renderer=gles2.
amarinichev@chromium.org
2010-04-27
3
-8
/
+10
*
Updated docs for converter.
kbr@google.com
2010-04-27
1
-5
/
+30
*
Remove svn:executable property from the last few files that don't need it.
thestig@chromium.org
2010-04-27
1
-0
/
+0
*
Changed cg_to_glsl converter script to also look in the script's
kbr@google.com
2010-04-27
1
-0
/
+7
*
Copy the Cg-to-GLSL converter script alongside the converter
kbr@google.com
2010-04-26
1
-0
/
+13
*
Thanks to amarinichev for extensive help, ported o3dConverter's
kbr@google.com
2010-04-24
3
-9
/
+33
*
Adds --convert-cg-to-glsl to the Collada converter tool.
amarinichev@chromium.org
2010-04-23
6
-27
/
+90
*
Fixed problem in o3dConverter where it was not outputting all of the
kbr@google.com
2010-04-23
6
-33
/
+118
*
Fixed primitives' glsl shaders: it was missing MatrixLoadOrder directive.
amarinichev@chromium.org
2010-04-23
1
-7
/
+16
*
Fixed bug pointed out by mihai where success was incorrectly reported
kbr@google.com
2010-04-23
1
-2
/
+7
*
Simplification of recent change suggested by amarinichev.
kbr@google.com
2010-04-22
1
-4
/
+4
*
Changed the semantics of many fields throughout the o3d-webgl
kbr@google.com
2010-04-22
24
-672
/
+782
*
Review URL: http://codereview.chromium.org/1736003
amarinichev@chromium.org
2010-04-21
19
-1098
/
+1624
*
Incremental progress toward archive loading in o3d-webgl. Implemented
kbr@google.com
2010-04-21
12
-19
/
+1046
*
Implemented DX clipping rules to match CG version. Uses dx_clipping varying.
amarinichev@chromium.org
2010-04-20
5
-6
/
+53
*
Added --convert-dds-to-png command line option to the COLLADA converter,
kbr@google.com
2010-04-20
14
-7
/
+279
*
Changed --json-only argument to converter to --no-archive and
kbr@chromium.org
2010-04-16
3
-26
/
+210
*
Fixed recently introduced regression in effect.js pointed out by
kbr@google.com
2010-04-16
1
-4
/
+4
*
A simple script to convert o3d cg shaders to glsl.
amarinichev@chromium.org
2010-04-16
1
-0
/
+172
*
Review URL: http://codereview.chromium.org/1599036
zmo@google.com
2010-04-16
1
-1
/
+1
*
upgrade to selenium 1.03 and the newest chrome.
zmo@google.com
2010-04-15
1
-9
/
+3
*
Use the correct target when binding a cubemap texture.
amarinichev@chromium.org
2010-04-15
1
-1
/
+1
*
Mac: Use the plugin_npapi_filename variable to choose the bundle name (rather...
tschmelcher@chromium.org
2010-04-15
6
-15
/
+20
*
Send bool response on message SET_MAX_FPS
zhurunz@google.com
2010-04-14
3
-8
/
+1
*
Update DEPS to pull in missing Nixysa, and add code to use new Nixysa threadi...
maf@google.com
2010-04-14
3
-11
/
+10
*
Review URL: http://codereview.chromium.org/577038
maf@google.com
2010-04-13
9
-46
/
+390
*
Fixed stream-attribute matching. Autoconverted teapot shader works correctly...
amarinichev@chromium.org
2010-04-13
2
-8
/
+8
*
Hierarchy. Hierarchy. Hierarchy!!!
avi@chromium.org
2010-04-09
4
-5
/
+5
*
Fixed bug in size of invalid rect. This slipped through in
kbr@chromium.org
2010-04-09
1
-2
/
+2
*
Build fixes for case when fullscreen message is disabled, for IMC code
kbr@chromium.org
2010-04-08
3
-26
/
+29
*
Add a new message to allow draw on every new texture within given fps limitat...
tschmelcher@chromium.org
2010-04-08
7
-4
/
+107
*
A number of incidental changes I've made over the passed few weeks have appar...
petersont@google.com
2010-04-08
10
-115
/
+420
*
Modified effect.js to emit glsl as well as the original o3d shader language. ...
petersont@google.com
2010-04-07
3
-303
/
+1006
*
Review URL: http://codereview.chromium.org/1565008
petersont@google.com
2010-04-05
2
-331
/
+65
*
Rev O3D DEPS to pull in new Nixysa.
maf@google.com
2010-03-31
1
-1
/
+1
*
Fix except clauses with multiple browser names. The scripts parse the list on...
kkania@chromium.org
2010-03-30
3
-9
/
+17
*
Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...
petersont@google.com
2010-03-22
14
-85
/
+215
[prev]
[next]