summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* Worked around bug in 32-bit Safari 4 on Mac OS X 10.6 where thekbr@chromium.org2010-02-051-0/+6
* Fixed build problem on Mac OS X 10.6. precompile.h is inferred by namekbr@chromium.org2010-02-051-0/+2
* Bump chromium DEPS to pick up my skia Linux crash fix.tschmelcher@chromium.org2010-02-031-1/+11
* linux: add an option to disable FBO support for platforms that don't have it.piman@google.com2010-02-014-3/+25
* Linux: add missing -D to dpkg-buildpackage command line to enable build depen...tschmelcher@chromium.org2010-02-011-0/+1
* Add Debian/Ubuntu packages back to Linux build.tschmelcher@chromium.org2010-01-2923-220/+245
* linux: fixes for the glsl rendererpiman@google.com2010-01-295-10/+11
* Update O3D DEPS to pull in current Nixysa.maf@google.com2010-01-291-1/+1
* fix v8 issues by not adding explicit () in eval unless it's necessary.piman@google.com2010-01-291-15/+20
* linux: arm fixespiman@google.com2010-01-295-37/+6
* win: fix DXSDK include path, needs to be after platform sdk include pathpiman@google.com2010-01-286-5/+7
* force nacl_standalone=1 for windows - nacl needs itpiman@google.com2010-01-271-0/+3
* linux: use internal libjpeg for bots that don't have itpiman@google.com2010-01-271-0/+1
* linux: roll deps for armpiman@google.com2010-01-274-10/+47
* Linux: fix crash in Firefox at plugin unload time when more than one O3D inst...tschmelcher@chromium.org2010-01-203-7/+21
* Adds the missing BoundingBox docs. gman@chromium.org2010-01-132-2/+2
* Fix docs typo "steam" -> "stream"gman@chromium.org2010-01-081-1/+1
* This change removes CG from O3D and uses GLSLgman@chromium.org2010-01-0828-1172/+1938
* Linux: implement setting cursor typetschmelcher@chromium.org2010-01-083-11/+83
* Linux: bring back the RPATH setting that was deleted by the GYP transition. A...tschmelcher@chromium.org2010-01-062-6/+41
* Fix Terence's namegman@google.com2010-01-061-1/+1
* Fixed deadlocks occurring in Chrome during O3D teardown when O3D is inkbr@google.com2009-12-221-1/+13
* Rename all GLES2 classes from ___GL to ___GLES2gman@chromium.org2009-12-1723-724/+761
* Fix for Windows standalone buildgman@chromium.org2009-12-161-8/+3
* Step 1 in Adding GLES2 renderer to O3D.gman@google.com2009-12-1638-0/+7025
* Clean up the rendering of manipulators.simonrad@chromium.org2009-12-121-108/+240
* New code needs some NULL checks so we don't crash FireFox on 10.6.maf@google.com2009-12-111-5/+9
* Refactor the manipulator samples so that the common javascript code is includ...simonrad@chromium.org2009-12-114-756/+312
* Don't screw up the retain count on the original WindowRef referenced by the c...maf@google.com2009-12-101-0/+11
* linux: enabling fontspiman@chromium.org2009-12-102-30/+4
* Fix for O3Djs build break.simonrad@chromium.org2009-12-101-3/+8
* Add line stippling and add functionality to the CameraController.simonrad@chromium.org2009-12-106-172/+406
* Changes the classlist to be hierarchical.gman@chromium.org2009-12-083-5/+70
* Check that texture being bound is not the currentgman@chromium.org2009-12-082-0/+15
* Add obscured / unobscured rendering togman@chromium.org2009-12-054-169/+215
* Fixes a bug in the docs generation for overloadedgman@chromium.org2009-12-046-11/+34
* Minor docs fixgman@chromium.org2009-12-041-56/+57
* Fixes the compiled o3djs libraries.gman@chromium.org2009-12-041-1/+1
* Creates a CameraController class, and makes the Rotate1 manipulator use line ...simonrad@chromium.org2009-12-036-158/+675
* TBR=kbr@google.comgman@chromium.org2009-12-031-5/+5
* Updates the picking library to have a PickManager andgman@chromium.org2009-12-038-128/+307
* Remove attempt to uninstall lib{Cg,CgGL} libs since we are not installing tho...nmaxwell@chromium.org2009-12-021-7/+4
* TBR=kbr@google.comgman@chromium.org2009-12-012-2/+2
* Make primitives and lineprimitives sharegman@chromium.org2009-11-302-131/+111
* Fix 2 issues in docs buildinggman@chromium.org2009-11-302-28/+33
* Deleted gpu process and command buffer code from O3D tree. Now resides in Chr...apatrick@google.com2009-11-25141-39533/+0
* Separate the line primitive stuff out of debug.jsgman@chromium.org2009-11-254-426/+491
* Update the manipulator rotate1 example to usegman@chromium.org2009-11-254-76/+151
* Added new way of dragging the Rotate1 manipulator (linear mapping in screen s...simonrad@chromium.org2009-11-242-60/+119
* Updates GLES Imlementation to use Antoine's cool gman@chromium.org2009-11-245-204/+244