summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* Implemented error texture support in client and ParamArray class. Fixed bug i...luchen@google.com2010-07-1410-49/+1091
* o3d-webgl: Adding oldschoolshadows sample.luchen@google.com2010-07-131-0/+277
* Windows: Change the generation of the various templated metadata files to pla...tschmelcher@chromium.org2010-07-131-13/+23
* Parameterize the name of the "O3DExtras" directory with a GYP variable (to al...tschmelcher@chromium.org2010-07-1210-19/+16
* Fixes a TypeError bug introduced in the picking change. Cannot cancel event p...luchen@google.com2010-07-121-1/+3
* Box2d-3d demo ported to WebGL. Needed to strip some whitespace characters fro...luchen@google.com2010-07-1216-0/+6341
* Adding checkers demo.luchen@google.com2010-07-121-0/+873
* o3d/linux: fix --as-needed for glespiman@chromium.org2010-07-121-14/+25
* Work around exception in command "which" while running GYP inside ChromiumOS ...zhurunz@google.com2010-07-121-1/+1
* Improvement from codereview http://codereview.chromium.org/2899008/showzhurunz@google.com2010-07-121-12/+9
* Implemented picking, at last. The picking sample is already checked in, but ...petersont@google.com2010-07-0919-352/+983
* Linux: Fix DCHECK failure in Chrome caused by re-entrant rendering. This wasn...tschmelcher@chromium.org2010-07-091-0/+2
* Bump O3D version.zhurunz@google.com2010-07-091-1/+1
* Some changes in RENDERMODE_CONTINUOUS mode when max_fps has been set.zhurunz@google.com2010-07-096-10/+60
* Refactor AsyncTick to force Chrome through the reentrancy checks formerly in ...tschmelcher@chromium.org2010-07-082-18/+27
* Fixed race condition in O3D/WebGL FileRequest implementation by onlykbr@google.com2010-07-081-15/+14
* Rolled forward O3D's Chromium DEPS to match the Skia roll-forward inkbr@google.com2010-07-0811-53/+81
* Made code which determines which side of contours to fill more robustkbr@google.com2010-07-074-59/+83
* Changed definition of IntervalTree to contain closed, rather thankbr@google.com2010-07-064-12/+82
* Fixed mismatch in fast and slow queries in overlap tests duringkbr@google.com2010-07-054-7/+168
* Adding 2d and hud-2d demos to samples. Small addition to state.js to actually...luchen@google.com2010-06-294-0/+1057
* o3d-webgl: adding shader test demo.luchen@google.com2010-06-2915-1/+1746
* Fix issue where concurrent access to V8 from different threads resulted in cr...tschmelcher@chromium.org2010-06-283-6/+36
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-233-0/+0
* Review URL: http://codereview.chromium.org/2849014petersont@google.com2010-06-181-1/+1
* Adding instancing and render target demos. luchen@google.com2010-06-179-2/+1839
* o3d-webgl: Adding WebGL version of the pingpong game.luchen@google.com2010-06-173-0/+846
* o3d-webgl: adding billboard demo.luchen@google.com2010-06-173-0/+401
* o3d-webgl: adding generate-texture demo, with implementation of texture.set.luchen@google.com2010-06-172-37/+341
* Got the yard and seven_shapes models to convert to pure-json. This would hav...petersont@google.com2010-06-172-18/+39
* o3d-webgl: vertex shader and vertex animation demos.luchen@google.com2010-06-163-0/+637
* Modified the function o3djs.quaternions.rotationToQuaternion() to address a b...petersont@google.com2010-06-162-8/+44
* Guard against the plugin being deleted unexpectedly.kbr@google.com2010-06-164-2/+27
* Do not init v8 on platforms where it is not supported. maf@google.com2010-06-151-4/+9
* Fixed problems with Cocoa full-screen code:kbr@google.com2010-06-153-7/+32
* Fix issue in Safari 5 on Mac OS X 10.6 on Mac Minis where drawInCGLContext/co...tschmelcher@chromium.org2010-06-151-7/+9
* Roll forward NaCl version to pick up recent fixes. This should fixkbr@google.com2010-06-151-1/+1
* Provide a default definition of the target_arch variable on Linux tokbr@google.com2010-06-151-0/+7
* Adding render-mode demo. Update to client.js to render only if render mode is...luchen@google.com2010-06-152-2/+290
* Rolled forward DEPS again to pick up NaCl IMC build fix on Mac OS X.kbr@google.com2010-06-111-1/+1
* Rolled forward NaCl dependency to pick up IMC bug fix.kbr@google.com2010-06-111-1/+1
* Adding handlers to zoom in/out on scrollwheel event.luchen@google.com2010-06-093-8/+47
* Adding wireframe light indicator to shadow map demo.luchen@google.com2010-06-093-11/+11
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para...luchen@google.com2010-06-086-52/+319
* Adding support for pointlist, linelist, linestrip, trianglestrip and triangel...luchen@google.com2010-06-083-5/+423
* Converted four more demo files to o3d-webgl: juggler, sobel, julia and textur...luchen@google.com2010-06-074-0/+1351
* Adding WebGL-ized rotatemodel.html demo.luchen@google.com2010-06-031-0/+250
* Porting the Phong Shader demo to WebGL.luchen@google.com2010-06-031-0/+345
* Linux: include -g for Release builds to aid debugging. There is no downside b...tschmelcher@chromium.org2010-06-021-0/+4
* Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X.kbr@google.com2010-06-023-3/+16