| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bump GYP dep to get fixes for escaping/quoting in 'defines'. | tschmelcher@chromium.org | 2010-03-20 | 1 | -1/+1 |
* | Linux: link with --as-needed to eliminate direct dependencies on 15 shared li... | tschmelcher@chromium.org | 2010-03-19 | 1 | -6/+20 |
* | Added textures, texture samplers and render targets to o3d-webgl. Also fixed... | petersont@google.com | 2010-03-12 | 36 | -201/+2246 |
* | Added support for O3D in Chrome on Mac OS X using CoreGraphics drawing | kbr@chromium.org | 2010-03-11 | 19 | -66/+429 |
* | Corrected the mismatch between the dimensions of vectors and matrices. The bi... | alokp@chromium.org | 2010-03-10 | 3 | -5/+5 |
* | Linux: Fix build break in r40786 due to file not ending with a newline. (Don'... | tschmelcher@chromium.org | 2010-03-05 | 2 | -2/+2 |
* | Introduce two new GYP variables: | tschmelcher@chromium.org | 2010-03-05 | 14 | -8/+327 |
* | Added support for increasing the polygon offset with each successive | kbr@google.com | 2010-03-03 | 4 | -11/+116 |
* | Revert my change to the O3D plugin's description format, since it breaks the ... | tschmelcher@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | When an o3d window does not belong to any monitor (off screen), instead of fa... | zmo@google.com | 2010-03-01 | 1 | -7/+1 |
* | Fix minor issues for some tests, and disable others. | kkania@google.com | 2010-03-01 | 4 | -8/+16 |
* | Incorporating change missed in previous CL | kbr@chromium.org | 2010-02-27 | 1 | -2/+2 |
* | First check in of the o3d implimentation in webgl. Classes work well enough ... | petersont@google.com | 2010-02-26 | 40 | -0/+8656 |
* | Thanks to apatrick, added missing support to GLSL ES grammar for | kbr@chromium.org | 2010-02-26 | 24 | -15/+746 |
* | Fixed uninitialized variables breaking Linux build after checkin of | kbr@google.com | 2010-02-26 | 1 | -3/+3 |
* | Added the bulk of the algorithm for GPU accelerated 2D vector curve | kbr@chromium.org | 2010-02-26 | 39 | -23/+5909 |
* | Linux: make sure the fullscreen window always gets focus | tschmelcher@chromium.org | 2010-02-22 | 2 | -3/+11 |