summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* O2D:tschmelcher@chromium.org2010-11-196-85/+113
* Bump O3D version (before integrate into ChromeOS)zhurunz@google.com2010-11-171-1/+1
* Fix a crash in Chrome where the value of location.href is sometimes a "void" ...tschmelcher@chromium.org2010-11-171-33/+58
* - Check for a NULL PluginObject at all NPAPI entry points. This fixes a crash...tschmelcher@chromium.org2010-11-176-462/+453
* Allows one mousemove event per N ticks.zhurunz@google.com2010-11-052-0/+22
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-012-0/+2
* Linux: Update DEPS to pick up statically linked libGLEW.tschmelcher@chromium.org2010-10-223-6/+25
* Cut some obsolete dependencies from O3D: scons, grit, and data_pack.tschmelcher@chromium.org2010-10-213-844/+0
* Fix GCC 4.3.4 Release build failure due to warning about potentially uninitia...tschmelcher@chromium.org2010-10-191-12/+10
* Override the ANTLR NFA conversion timeout to fix non-deterministic build fail...tschmelcher@chromium.org2010-10-181-0/+1
* Fix crash on Linux when run by nspluginwrapper due to mismatched width for NP...tschmelcher@chromium.org2010-10-181-4/+9
* Integrate new nixysa rev with work around for Safari 5.0+ crash.tschmelcher@chromium.org2010-10-184-19/+17
* o3djs: Fix closure compiler errors.pathorn@chromium.org2010-10-153-2/+3
* Multiple simple lights, and a new demo.pathorn@chromium.org2010-09-295-54/+544
* Bump version before I snapshot into ChromeOS.zhurunz@google.com2010-09-241-1/+1
* Fix fullscreen on ChromeOS.zhurunz@google.com2010-09-241-1/+2
* Changed code to eliminate ibeam cursor to only affect the canvas itself (not ...petersont@google.com2010-09-221-25/+70
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-1713-57/+484
* Tidied up types to appease doc generator script for new version of o3djs/math...petersont@google.com2010-09-165-198/+207
* Prevents changing the stored tab handle at switching tabs. This fixes a bug w...geer@google.com2010-09-163-8/+10
* o3djs: Recommit effect.js for skinning shader.pathorn@chromium.org2010-09-152-9/+86
* o3djs: usePluginMath should be false, only set if o3djs.math is defined.pathorn@chromium.org2010-09-141-8/+8
* Replaces matrix math functions in o3d-webgl with a new library that uses 1-di...petersont@google.com2010-09-1325-2053/+5513
* Revert 58946 - Further integration of 2D mode. This change supports calltype=...fbarchard@chromium.org2010-09-0913-478/+64
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-0913-64/+478
* Second try at adding conditional for fixing mac gtv-o3d targets.thaloun@google.com2010-09-031-2/+5
* Roll back Issue 3322012 (revision 58540). Built locally but fails on the ser...thaloun@google.com2010-09-031-2/+2
* Potentially o3d mac-gtv targets. When I kick off try runs I get unrelated fai...thaloun@google.com2010-09-031-2/+2
* Don't use the process' default directory for the logfile. Use the temp direc...thaloun@google.com2010-09-033-3/+21
* o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT.pathorn@chromium.org2010-09-031-1/+2
* Fixes the build for o3d.gman@chromium.org2010-08-313-2/+3
* This is a change that Daniel Horn did as part of this: petersont@google.com2010-08-291-34/+25
* Added createDrawElements to Transform class. One more function in the API.petersont@google.com2010-08-291-2/+10
* Added capability for an error (default) cube map texture, so if a cube sample...petersont@google.com2010-08-297-121/+308
* Determines which shading language o3djs should use once when the client is in...petersont@google.com2010-08-297-395/+137
* When the client is created, it sets a couple event callbacks to an empty func...petersont@google.com2010-08-291-0/+8
* Added getter for field params on param object. (Just one more function in th...petersont@google.com2010-08-291-0/+11
* Fix a few minor issues.gman@chromium.org2010-08-271-5/+10
* Change the URL for when there is no WebGLgman@chromium.org2010-08-263-31/+44
* o3d-webgl: Shader support for skinning.pathorn@chromium.org2010-08-1810-45/+469
* Whitespace to trigger bots one more time...bradnelson@google.com2010-08-181-0/+1
* Another whitespace change to trigger the o3d bots....bradnelson@google.com2010-08-181-1/+0
* Whitespace to trigger the bots.... (o3d only)bradnelson@google.com2010-08-181-0/+1
* Converted o3d to use new types for floating point and integer arrays: Float32...petersont@google.com2010-08-173-12/+9
* TBR: vangelispiman@chromium.org2010-08-171-1/+1
* o3d: Use nacl from o3d codesitepiman@chromium.org2010-08-161-3/+2
* o3d-webgl: Adding preliminary files for 'bubble blaster' demo.luchen@chromium.org2010-08-1313-0/+1735
* o3d: gles2/desktop_gl: use ARB_shader_objects/ARB_vertex_shader functions ins...piman@chromium.org2010-08-131-0/+61
* Review URL: http://codereview.chromium.org/3164012luchen@chromium.org2010-08-134-44/+111
* Adding implementations to two methods in texture.js and fixing a small typo/bug.luchen@chromium.org2010-08-121-32/+96