| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes edge case where two components of the world ray are both 0. | luchen@chromium.org | 2010-08-09 | 1 | -1/+1 |
* | Revert o3d part of recent commit, since they're using a different base. | evan@chromium.org | 2010-08-09 | 2 | -19/+28 |
* | Remove all but one last caller of CommandLine::GetSwitchValue(). | evan@chromium.org | 2010-08-09 | 2 | -28/+19 |
* | Changed primitive wireframe creation to be more correct, added to hellocube-w... | petersont@google.com | 2010-08-09 | 2 | -50/+174 |
* | o3d-webgl: Fix Matrix4AxisRotation by copying the last row. | pathorn@chromium.org | 2010-08-08 | 1 | -0/+2 |
* | Deleting trailing spaces, add ending newline where missing to make lint happy... | maf@chromium.org | 2010-08-06 | 35 | -100/+96 |
* | Fix multiple bugs preventing Windows crash uploading from working: | tschmelcher@chromium.org | 2010-08-05 | 4 | -7/+11 |
* | o3d: create a gles v2 context for the native gles2 backend | piman@chromium.org | 2010-08-05 | 1 | -1/+7 |
* | o3d-webgl: Adding support for triangle fan/strip in picking. | luchen@google.com | 2010-08-05 | 2 | -7/+441 |
* | Initial version rendering 2D path for O3D. This will eventually allow O3D app... | fransiskusx@google.com | 2010-08-05 | 14 | -1/+985 |
* | o3djs: Make bump shader code compile for webgl. | pathorn@chromium.org | 2010-08-04 | 1 | -16/+23 |
* | o3d-webgl: Added remaining param_operation classes. | pathorn@chromium.org | 2010-08-04 | 4 | -24/+174 |
* | Gut the temp file flushing feature of RawData, because it is a security risk.... | tschmelcher@chromium.org | 2010-08-03 | 3 | -178/+15 |
* | Currently returns (e.g.) 32 if 16 is the input. Fix so it meets documentation... | luchen@google.com | 2010-08-02 | 1 | -0/+1 |
* | Linux: Delete Breakpad::GenerateAndSendDumpFile because it causes a linker wa... | tschmelcher@chromium.org | 2010-08-02 | 2 | -54/+0 |
* | o3d-webgl: svn add vertex_source.js | pathorn@chromium.org | 2010-07-31 | 1 | -0/+102 |
* | o3d-webgl: Skin, SkinEval and VertexSource classes. | pathorn@chromium.org | 2010-07-30 | 11 | -20/+1067 |
* | Review URL: http://codereview.chromium.org/2884048 | luchen@google.com | 2010-07-29 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/3047021 | luchen@google.com | 2010-07-28 | 1 | -3/+15 |
* | o3d-webgl: Fixes errors when loading animated meshes in simpleviewer. | pathorn@chromium.org | 2010-07-28 | 4 | -41/+55 |
* | These changes are needed for when we turn on REAL | gman@chromium.org | 2010-07-28 | 2 | -6/+12 |
* | o3d-webgl: Adding particles demo to repository. | luchen@google.com | 2010-07-27 | 1 | -0/+596 |
* | o3d-webgl: Increasing the point size in shader to make points easier to see. | luchen@google.com | 2010-07-27 | 1 | -1/+3 |
* | o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORD... | luchen@google.com | 2010-07-27 | 3 | -10/+11 |
* | Fixes a small typo; reported in: http://groups.google.com/group/o3d-discuss/b... | luchen@google.com | 2010-07-27 | 1 | -1/+1 |
* | o3d-webgl: Avoid computation per element if ParamParamArray is bound. | pathorn@chromium.org | 2010-07-26 | 1 | -3/+4 |
* | Tweaked antialiasing function. Result looks good now in conjunction | kbr@google.com | 2010-07-24 | 1 | -2/+4 |
* | Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to add | kbr@google.com | 2010-07-24 | 5 | -91/+220 |
* | Fix svn:executable permission for r53363. | thestig@chromium.org | 2010-07-22 | 1 | -0/+0 |
* | Adding WebGL version of the trends demo, including the original and new parti... | luchen@google.com | 2010-07-22 | 12 | -502/+2636 |
* | o3d: Fix the mac build broken on r53286. | tfarina@chromium.org | 2010-07-22 | 1 | -4/+4 |
* | o3d: Use char kFoo[] instead of std::wstring for static initializers. | tfarina@chromium.org | 2010-07-22 | 4 | -29/+28 |
* | Revert part of "Remove deprecated CommandLine::GetLooseValues(), rename to ar... | evan@chromium.org | 2010-07-22 | 4 | -16/+16 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 4 | -16/+16 |
* | This adds four files ported from their C++ counterparts: animation.js, counte... | pathorn@chromium.org | 2010-07-16 | 7 | -0/+2571 |
* | Implemented error texture support in client and ParamArray class. Fixed bug i... | luchen@google.com | 2010-07-14 | 10 | -49/+1091 |
* | o3d-webgl: Adding oldschoolshadows sample. | luchen@google.com | 2010-07-13 | 1 | -0/+277 |
* | Windows: Change the generation of the various templated metadata files to pla... | tschmelcher@chromium.org | 2010-07-13 | 1 | -13/+23 |
* | Parameterize the name of the "O3DExtras" directory with a GYP variable (to al... | tschmelcher@chromium.org | 2010-07-12 | 10 | -19/+16 |
* | Fixes a TypeError bug introduced in the picking change. Cannot cancel event p... | luchen@google.com | 2010-07-12 | 1 | -1/+3 |
* | Box2d-3d demo ported to WebGL. Needed to strip some whitespace characters fro... | luchen@google.com | 2010-07-12 | 16 | -0/+6341 |
* | Adding checkers demo. | luchen@google.com | 2010-07-12 | 1 | -0/+873 |
* | o3d/linux: fix --as-needed for gles | piman@chromium.org | 2010-07-12 | 1 | -14/+25 |
* | Work around exception in command "which" while running GYP inside ChromiumOS ... | zhurunz@google.com | 2010-07-12 | 1 | -1/+1 |
* | Improvement from codereview http://codereview.chromium.org/2899008/show | zhurunz@google.com | 2010-07-12 | 1 | -12/+9 |
* | Implemented picking, at last. The picking sample is already checked in, but ... | petersont@google.com | 2010-07-09 | 19 | -352/+983 |
* | Linux: Fix DCHECK failure in Chrome caused by re-entrant rendering. This wasn... | tschmelcher@chromium.org | 2010-07-09 | 1 | -0/+2 |
* | Bump O3D version. | zhurunz@google.com | 2010-07-09 | 1 | -1/+1 |
* | Some changes in RENDERMODE_CONTINUOUS mode when max_fps has been set. | zhurunz@google.com | 2010-07-09 | 6 | -10/+60 |
* | Refactor AsyncTick to force Chrome through the reentrancy checks formerly in ... | tschmelcher@chromium.org | 2010-07-08 | 2 | -18/+27 |