| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce two new GYP variables: | tschmelcher@chromium.org | 2010-03-05 | 14 | -8/+327 |
* | Added support for increasing the polygon offset with each successive | kbr@google.com | 2010-03-03 | 4 | -11/+116 |
* | Revert my change to the O3D plugin's description format, since it breaks the ... | tschmelcher@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | When an o3d window does not belong to any monitor (off screen), instead of fa... | zmo@google.com | 2010-03-01 | 1 | -7/+1 |
* | Fix minor issues for some tests, and disable others. | kkania@google.com | 2010-03-01 | 4 | -8/+16 |
* | Incorporating change missed in previous CL | kbr@chromium.org | 2010-02-27 | 1 | -2/+2 |
* | First check in of the o3d implimentation in webgl. Classes work well enough ... | petersont@google.com | 2010-02-26 | 40 | -0/+8656 |
* | Thanks to apatrick, added missing support to GLSL ES grammar for | kbr@chromium.org | 2010-02-26 | 24 | -15/+746 |
* | Fixed uninitialized variables breaking Linux build after checkin of | kbr@google.com | 2010-02-26 | 1 | -3/+3 |
* | Added the bulk of the algorithm for GPU accelerated 2D vector curve | kbr@chromium.org | 2010-02-26 | 39 | -23/+5909 |
* | Linux: make sure the fullscreen window always gets focus | tschmelcher@chromium.org | 2010-02-22 | 2 | -3/+11 |
* | Make ActiveX CLSIDs and names into overridable variables too. Also make the N... | tschmelcher@chromium.org | 2010-02-22 | 16 | -93/+265 |
* | Linux: Implement cursor type NONE. Also ensure fullscreen windows are created... | tschmelcher@chromium.org | 2010-02-19 | 2 | -7/+39 |
* | Set the correct content window parameters for the "soft" fullscreen mode: | zmo@google.com | 2010-02-19 | 1 | -1/+9 |
* | Added viewAll method to CameraController. | kbr@chromium.org | 2010-02-19 | 1 | -2/+67 |
* | Requesting C++ readability review for these classes and unit tests. | kbr@chromium.org | 2010-02-19 | 6 | -107/+102 |
* | Added a specialized triangulator which creates triangles filling the | kbr@chromium.org | 2010-02-19 | 6 | -0/+808 |
* | Added computation of three-dimensional texture coordinates for the | kbr@chromium.org | 2010-02-18 | 3 | -0/+289 |
* | Added classifier which determines the type of a cubic curve input. | kbr@chromium.org | 2010-02-18 | 5 | -0/+419 |
* | This fixes a bug in the 2d particle shader that made | gman@chromium.org | 2010-02-18 | 1 | -2/+3 |
* | Fixed regression caused by http://codereview.chromium.org/599012 where | kbr@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | Added interval tree data structure and unit tests. This is built on | kbr@chromium.org | 2010-02-17 | 3 | -0/+498 |
* | Re-applying patch from http://codereview.chromium.org/606005 . | zmo@google.com | 2010-02-16 | 2 | -4/+33 |
* | Reverting files back to known good state. Will re-apply | zmo@google.com | 2010-02-16 | 2 | -244/+113 |
* | Make plugin name and mimetype into overridable GYP variables, so that third p... | tschmelcher@chromium.org | 2010-02-16 | 2 | -20/+22 |
* | Fix the software renderer "soft" fullscreen mode using the wrong monitor bug. | zmo@google.com | 2010-02-16 | 2 | -113/+244 |
* | Clone of issue 598075. See: http://codereview.chromium.org/598075 | twiz@google.com | 2010-02-12 | 7 | -84/+7 |
* | Fixed broken Linux build by changing Counter helper class used by | kbr@google.com | 2010-02-12 | 1 | -21/+21 |
* | Added an arena allocator and an augmentable red-black tree which | kbr@chromium.org | 2010-02-12 | 7 | -0/+1449 |
* | O3D initialized to the monitor/adapter where the window is on. | zmo@google.com | 2010-02-11 | 2 | -22/+79 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 1 | -4/+4 |
* | Roll imported Nixysa version forward to get the new universally compatible ve... | maf@google.com | 2010-02-09 | 1 | -1/+1 |
* | Roll back Nixysa imported rev so that we get the Python 2.4 compatible version. | maf@google.com | 2010-02-09 | 1 | -1/+1 |
* | 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 |