| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 11 | -22/+2052 |
* | 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 |
* | 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 | 1 | -0/+8 |
* | Reverting files back to known good state. Will re-apply | zmo@google.com | 2010-02-16 | 1 | -219/+109 |
* | Fix the software renderer "soft" fullscreen mode using the wrong monitor bug. | zmo@google.com | 2010-02-16 | 1 | -109/+219 |
* | 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 |
* | linux: native OpenGL ES support | piman@google.com | 2010-02-08 | 10 | -98/+520 |
* | Fixed build problem on Mac OS X 10.6. precompile.h is inferred by name | kbr@chromium.org | 2010-02-05 | 1 | -0/+2 |
* | linux: add an option to disable FBO support for platforms that don't have it. | piman@google.com | 2010-02-01 | 3 | -3/+21 |
* | linux: fixes for the glsl renderer | piman@google.com | 2010-01-29 | 5 | -10/+11 |
* | win: fix DXSDK include path, needs to be after platform sdk include path | piman@google.com | 2010-01-28 | 1 | -1/+1 |
* | This change removes CG from O3D and uses GLSL | gman@chromium.org | 2010-01-08 | 19 | -1158/+839 |
* | Rename all GLES2 classes from ___GL to ___GLES2 | gman@chromium.org | 2009-12-17 | 23 | -724/+761 |
* | Step 1 in Adding GLES2 renderer to O3D. | gman@google.com | 2009-12-16 | 28 | -0/+6747 |
* | linux: enabling fonts | piman@chromium.org | 2009-12-10 | 2 | -30/+4 |
* | Check that texture being bound is not the current | gman@chromium.org | 2009-12-08 | 2 | -0/+15 |
* | Deleted gpu process and command buffer code from O3D tree. Now resides in Chr... | apatrick@google.com | 2009-11-25 | 22 | -4537/+0 |
* | Removed O3D command buffer protocol code and O3D comand buffer configuration. | apatrick@google.com | 2009-11-20 | 3 | -43/+0 |
* | Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte... | apatrick@google.com | 2009-11-16 | 4 | -56/+36 |
* | Missed some files that should have been in 31811. | apatrick@google.com | 2009-11-12 | 1 | -141/+141 |
* | Made all line endings consistently LF and added svn:eol-style=LF property to ... | apatrick@google.com | 2009-11-12 | 6 | -929/+929 |
* | Recomitting 31676 with fix. | apatrick@google.com | 2009-11-11 | 20 | -48/+48 |
* | Reverting 31676. | apatrick@google.com | 2009-11-11 | 20 | -48/+48 |
* | Reorganized command buffer and GPU plugin code into following structure: | apatrick@google.com | 2009-11-11 | 20 | -48/+48 |
* | linux: 64-bit | piman@google.com | 2009-11-11 | 5 | -7/+11 |
* | Moved platform specific out of platform directories. This is the Chrome conve... | apatrick@google.com | 2009-11-10 | 18 | -35/+35 |
* | Switched from NPObject shared memory wrapper to Chrome shared memory in prepa... | apatrick@google.com | 2009-11-10 | 4 | -126/+96 |
* | Revert "linux: 64-bit" | piman@google.com | 2009-11-07 | 5 | -11/+7 |
* | linux: 64-bit | piman@google.com | 2009-11-07 | 5 | -7/+11 |
* | Removed core\cross\packing.h. Using approach consistent with Chrome. #pragma ... | apatrick@google.com | 2009-11-06 | 2 | -70/+2 |
* | Fixing line endings to LF so trybot works. | apatrick@google.com | 2009-11-06 | 1 | -404/+404 |
* | Moved command_buffer and gpu_plugin code out of o3d namespace. | apatrick@google.com | 2009-11-05 | 1 | -6/+8 |
* | GL fix. Code was DCHECKing valid conditions and | gman@google.com | 2009-11-04 | 1 | -3/+10 |
* | This change kills the SCons build, since we have switched completely | gspencer@google.com | 2009-11-02 | 1 | -209/+0 |
* | Fix for GL unit_tests. | gman@google.com | 2009-10-29 | 1 | -1/+1 |
* | Adding the o3d-internal include path before the others so that if o3d-interna... | vangelis@google.com | 2009-10-27 | 1 | -0/+3 |
* | move all O3D specific command buffer stuff to command_buffer::o3d | gman@google.com | 2009-10-26 | 9 | -85/+85 |
* | Trying to fix the build. gman taking over. | apatrick@google.com | 2009-10-23 | 1 | -0/+2 |
* | Use scoped_array (not scoped_ptr) with new[]. | kuchhal@chromium.org | 2009-10-23 | 1 | -1/+1 |
* | Fixes to get renderer=cb cb_service=gl to compile | gman@google.com | 2009-10-22 | 24 | -76/+105 |
* | Removed workaround for Chrome 1.0 from o3djs library. | apatrick@google.com | 2009-10-19 | 7 | -15/+15 |
* | Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ... | apatrick@google.com | 2009-10-19 | 8 | -304/+342 |
* | Missing file from last checking | gman@google.com | 2009-10-15 | 1 | -0/+3 |