| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump DEPS to pull in latest Nixysa. | maf@google.com | 2010-02-08 | 1 | -1/+1 |
* | linux: native OpenGL ES support | piman@google.com | 2010-02-08 | 14 | -189/+619 |
* | Force Java version to 1.6.0 on Mac OS X because apparently latest | kbr@chromium.org | 2010-02-05 | 1 | -1/+10 |
* | Added needed dependency on npo3dautoplugin because otherwise the | kbr@chromium.org | 2010-02-05 | 1 | -0/+3 |
* | Roll Skia to 488 to pick up some new needed entry points. | kbr@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | roll deps to pick up nacl changes for arm | piman@google.com | 2010-02-05 | 1 | -1/+1 |
* | Worked around bug in 32-bit Safari 4 on Mac OS X 10.6 where the | kbr@chromium.org | 2010-02-05 | 1 | -0/+6 |
* | Fixed build problem on Mac OS X 10.6. precompile.h is inferred by name | kbr@chromium.org | 2010-02-05 | 1 | -0/+2 |
* | Bump chromium DEPS to pick up my skia Linux crash fix. | tschmelcher@chromium.org | 2010-02-03 | 1 | -1/+11 |
* | linux: add an option to disable FBO support for platforms that don't have it. | piman@google.com | 2010-02-01 | 4 | -3/+25 |
* | Linux: add missing -D to dpkg-buildpackage command line to enable build depen... | tschmelcher@chromium.org | 2010-02-01 | 1 | -0/+1 |
* | Add Debian/Ubuntu packages back to Linux build. | tschmelcher@chromium.org | 2010-01-29 | 23 | -220/+245 |
* | linux: fixes for the glsl renderer | piman@google.com | 2010-01-29 | 5 | -10/+11 |
* | Update O3D DEPS to pull in current Nixysa. | maf@google.com | 2010-01-29 | 1 | -1/+1 |
* | fix v8 issues by not adding explicit () in eval unless it's necessary. | piman@google.com | 2010-01-29 | 1 | -15/+20 |
* | linux: arm fixes | piman@google.com | 2010-01-29 | 5 | -37/+6 |
* | win: fix DXSDK include path, needs to be after platform sdk include path | piman@google.com | 2010-01-28 | 6 | -5/+7 |
* | force nacl_standalone=1 for windows - nacl needs it | piman@google.com | 2010-01-27 | 1 | -0/+3 |
* | linux: use internal libjpeg for bots that don't have it | piman@google.com | 2010-01-27 | 1 | -0/+1 |
* | linux: roll deps for arm | piman@google.com | 2010-01-27 | 4 | -10/+47 |
* | Linux: fix crash in Firefox at plugin unload time when more than one O3D inst... | tschmelcher@chromium.org | 2010-01-20 | 3 | -7/+21 |
* | Adds the missing BoundingBox docs. | gman@chromium.org | 2010-01-13 | 2 | -2/+2 |
* | Fix docs typo "steam" -> "stream" | gman@chromium.org | 2010-01-08 | 1 | -1/+1 |
* | This change removes CG from O3D and uses GLSL | gman@chromium.org | 2010-01-08 | 28 | -1172/+1938 |
* | Linux: implement setting cursor type | tschmelcher@chromium.org | 2010-01-08 | 3 | -11/+83 |
* | Linux: bring back the RPATH setting that was deleted by the GYP transition. A... | tschmelcher@chromium.org | 2010-01-06 | 2 | -6/+41 |
* | Fix Terence's name | gman@google.com | 2010-01-06 | 1 | -1/+1 |
* | Fixed deadlocks occurring in Chrome during O3D teardown when O3D is in | kbr@google.com | 2009-12-22 | 1 | -1/+13 |
* | Rename all GLES2 classes from ___GL to ___GLES2 | gman@chromium.org | 2009-12-17 | 23 | -724/+761 |
* | Fix for Windows standalone build | gman@chromium.org | 2009-12-16 | 1 | -8/+3 |
* | Step 1 in Adding GLES2 renderer to O3D. | gman@google.com | 2009-12-16 | 38 | -0/+7025 |
* | Clean up the rendering of manipulators. | simonrad@chromium.org | 2009-12-12 | 1 | -108/+240 |
* | New code needs some NULL checks so we don't crash FireFox on 10.6. | maf@google.com | 2009-12-11 | 1 | -5/+9 |
* | Refactor the manipulator samples so that the common javascript code is includ... | simonrad@chromium.org | 2009-12-11 | 4 | -756/+312 |
* | Don't screw up the retain count on the original WindowRef referenced by the c... | maf@google.com | 2009-12-10 | 1 | -0/+11 |
* | linux: enabling fonts | piman@chromium.org | 2009-12-10 | 2 | -30/+4 |
* | Fix for O3Djs build break. | simonrad@chromium.org | 2009-12-10 | 1 | -3/+8 |
* | Add line stippling and add functionality to the CameraController. | simonrad@chromium.org | 2009-12-10 | 6 | -172/+406 |
* | Changes the classlist to be hierarchical. | gman@chromium.org | 2009-12-08 | 3 | -5/+70 |
* | Check that texture being bound is not the current | gman@chromium.org | 2009-12-08 | 2 | -0/+15 |
* | Add obscured / unobscured rendering to | gman@chromium.org | 2009-12-05 | 4 | -169/+215 |
* | Fixes a bug in the docs generation for overloaded | gman@chromium.org | 2009-12-04 | 6 | -11/+34 |
* | Minor docs fix | gman@chromium.org | 2009-12-04 | 1 | -56/+57 |
* | Fixes the compiled o3djs libraries. | gman@chromium.org | 2009-12-04 | 1 | -1/+1 |
* | Creates a CameraController class, and makes the Rotate1 manipulator use line ... | simonrad@chromium.org | 2009-12-03 | 6 | -158/+675 |
* | TBR=kbr@google.com | gman@chromium.org | 2009-12-03 | 1 | -5/+5 |
* | Updates the picking library to have a PickManager and | gman@chromium.org | 2009-12-03 | 8 | -128/+307 |
* | Remove attempt to uninstall lib{Cg,CgGL} libs since we are not installing tho... | nmaxwell@chromium.org | 2009-12-02 | 1 | -7/+4 |
* | TBR=kbr@google.com | gman@chromium.org | 2009-12-01 | 2 | -2/+2 |
* | Make primitives and lineprimitives share | gman@chromium.org | 2009-11-30 | 2 | -131/+111 |