| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored event handling code gman added to simpleviewer.html into | kbr@google.com | 2010-04-30 | 2 | -98/+130 |
* | Merged in gman's fixes to make o3d-webgl samples work in Firefox. | kbr@google.com | 2010-04-30 | 6 | -14/+123 |
* | Advancing to latest gyp. | bradnelson@google.com | 2010-04-30 | 2 | -60/+5 |
* | Incorporated gman's CSS changes for resizing and placing the | kbr@google.com | 2010-04-30 | 1 | -6/+29 |
* | Added pool ball image to MANIFEST. | kbr@google.com | 2010-04-30 | 1 | -0/+1 |
* | Roll forward DEPS for assets to pick up dummy dependencies currently | kbr@google.com | 2010-04-30 | 1 | -1/+1 |
* | Worked around bug in directory copying support in gyp MSVS generator | kbr@google.com | 2010-04-29 | 1 | -4/+59 |
* | Fixed problem with some parameters being optimized away by the GLSL | kbr@google.com | 2010-04-29 | 1 | -4/+12 |
* | Reorganized dependencies in generated samples_gen.gyp so that the | kbr@google.com | 2010-04-29 | 1 | -6/+32 |
* | Added culling sample. | petersont@google.com | 2010-04-29 | 14 | -79/+772 |
* | Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli... | petersont@google.com | 2010-04-29 | 4 | -5/+2155 |
* | Fixed output directory for converted WebGL assets. Something still | kbr@google.com | 2010-04-29 | 1 | -1/+1 |
* | 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 |