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