| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix clearing render targets in D3D if there | gman@google.com | 2009-10-15 | 1 | -16/+24 |
* | Add a DLOG error to the command buffer and remove | gman@google.com | 2009-10-12 | 1 | -0/+34 |
* | Fix for canvas.drawBitmap | gman@google.com | 2009-10-12 | 1 | -1/+2 |
* | Fx a GCC GYP release build problem. GCC (in release mode) wants to see a test... | maf@google.com | 2009-10-06 | 1 | -4/+6 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | This fixes the GL build so it works. | gspencer@google.com | 2009-10-05 | 1 | -0/+3 |
* | Implement fullscreen on Linux. No "Press Esc" message yet though. Also it's D... | tschmelcher@google.com | 2009-10-01 | 3 | -17/+66 |
* | Added 32-bit float textures to command buffers, also changed the texture::For... | petersont@google.com | 2009-09-30 | 1 | -3/+7 |
* | Quick fix for skinning translation bug. | gman@google.com | 2009-09-29 | 1 | -1/+1 |
* | More work in Command Buffers | gman@google.com | 2009-09-26 | 17 | -252/+243 |
* | Added command buffer unit tests to gyp. | apatrick@google.com | 2009-09-24 | 2 | -1/+11 |
* | Change command buffer client code to use structures. | gman@google.com | 2009-09-23 | 11 | -368/+237 |
* | Rewrote full-screen support on Windows. O3D now always creates its own | kbr@google.com | 2009-09-17 | 6 | -82/+124 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 6 | -631/+631 |
* | This updated the GYP deps file to the last known good revision of Chrome, | gspencer@google.com | 2009-09-15 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/176026 | rlp@google.com | 2009-09-15 | 3 | -44/+194 |
* | Made gyp file for command buffer libraries. | apatrick@google.com | 2009-09-15 | 5 | -13/+58 |
* | Guess at getting linux build to work. | gman@google.com | 2009-09-10 | 2 | -15/+9 |
* | missed one | gman@google.com | 2009-09-09 | 1 | -0/+7 |