| Commit message (Expand) | Author | Age | Files | Lines |
* | Recomitting 31676 with fix. | apatrick@google.com | 2009-11-11 | 79 | -21740/+0 |
* | Reverting 31676. | apatrick@google.com | 2009-11-11 | 79 | -0/+21740 |
* | Reorganized command buffer and GPU plugin code into following structure: | apatrick@google.com | 2009-11-11 | 79 | -21740/+0 |
* | Moved platform specific out of platform directories. This is the Chrome conve... | apatrick@google.com | 2009-11-10 | 79 | -224/+224 |
* | Switched from NPObject shared memory wrapper to Chrome shared memory in prepa... | apatrick@google.com | 2009-11-10 | 5 | -56/+31 |
* | Removed core\cross\packing.h. Using approach consistent with Chrome. #pragma ... | apatrick@google.com | 2009-11-06 | 2 | -5/+4 |
* | Moved command_buffer and gpu_plugin code out of o3d namespace. | apatrick@google.com | 2009-11-05 | 82 | -15114/+859 |
* | Fixed gpu_plugin and added to o3d_all.gyp so it gets built on buildbot. | apatrick@google.com | 2009-11-04 | 1 | -3/+3 |
* | Removed command_buffer dependency on vectormath (indirectly via core/types.h). | apatrick@google.com | 2009-11-04 | 5 | -114/+115 |
* | Fix for GL unit_tests. | gman@google.com | 2009-10-29 | 1 | -1/+1 |
* | Splits the command buffers into common commands | gman@google.com | 2009-10-28 | 16 | -196/+480 |
* | move all O3D specific command buffer stuff to command_buffer::o3d | gman@google.com | 2009-10-26 | 38 | -552/+599 |
* | Trying to fix the build. gman taking over. | apatrick@google.com | 2009-10-23 | 1 | -1/+1 |
* | Fixes to get renderer=cb cb_service=gl to compile | gman@google.com | 2009-10-22 | 18 | -793/+1002 |
* | Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ... | apatrick@google.com | 2009-10-19 | 52 | -5772/+1048 |
* | This removes the command buffer tests from the non-command buffer | gspencer@google.com | 2009-10-13 | 1 | -12/+14 |
* | Make the bubble demo use the command buffer structs. | gman@google.com | 2009-10-12 | 3 | -375/+242 |
* | Add a DLOG error to the command buffer and remove | gman@google.com | 2009-10-12 | 7 | -69/+139 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Changed line endings on these files to newline characters. This is an attemp... | petersont@google.com | 2009-10-05 | 2 | -494/+494 |
* | Replaced SharedMemory::Map method with NPN_MapMemory. | apatrick@google.com | 2009-10-02 | 1 | -1/+1 |
* | Add the GL ES 2.0 header files. | gman@google.com | 2009-10-01 | 3 | -0/+919 |
* | Fixing compilation error. | apatrick@google.com | 2009-09-30 | 1 | -6/+6 |
* | Added 32-bit float textures to command buffers, also changed the texture::For... | petersont@google.com | 2009-09-30 | 5 | -17/+48 |
* | This fixes the Linux GYP build, fixing a number of (ahem!) problems | bradnelson@google.com | 2009-09-30 | 18 | -77/+82 |
* | Fixing signed/unsigned mismatch warning showing up in gyp build. | bradnelson@google.com | 2009-09-28 | 1 | -2/+2 |
* | More work in Command Buffers | gman@google.com | 2009-09-26 | 40 | -2051/+2022 |
* | Fix to allow NOOP to work again. | gman@google.com | 2009-09-26 | 1 | -4/+23 |
* | Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changed | kbr@google.com | 2009-09-26 | 2 | -6/+19 |
* | Dynamically loads d3d9 and d3dx9 dlls on Windows. | apatrick@google.com | 2009-09-25 | 5 | -52/+194 |
* | Fixed some warnings. | apatrick@google.com | 2009-09-25 | 4 | -14/+14 |
* | Added command buffer unit tests to gyp. | apatrick@google.com | 2009-09-24 | 5 | -26/+73 |
* | GPUProcessor uses O3D command buffer service to render to a window. | apatrick@google.com | 2009-09-24 | 3 | -4/+31 |
* | fix for gl cb | gman@google.com | 2009-09-23 | 1 | -16/+16 |
* | Change command buffer client code to use structures. | gman@google.com | 2009-09-23 | 33 | -1546/+4370 |
* | Added render surfaces in command buffer service opengl version. | petersont@google.com | 2009-09-21 | 10 | -48/+601 |
* | This updates the DEPS for V8, Chrome and NaCl. | gspencer@google.com | 2009-09-17 | 1 | -2/+3 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 4 | -282/+282 |
* | Changing command buffer to use structs instead of | gman@google.com | 2009-09-17 | 5 | -646/+1254 |
* | Review URL: http://codereview.chromium.org/176026 | rlp@google.com | 2009-09-15 | 2 | -48/+129 |
* | Made gyp file for command buffer libraries. | apatrick@google.com | 2009-09-15 | 15 | -27/+203 |
* | Fix _H__ to correct _H_ | gman@google.com | 2009-09-04 | 20 | -60/+60 |
* | Adding in render surfaces for command buffers. Fixing SetRect as well. | rlp@google.com | 2009-08-28 | 11 | -459/+1112 |
* | Fix code in effect_helper.cc that does not compile in GCC. | maf@google.com | 2009-08-27 | 1 | -3/+6 |
* | Created new build target for opengl command buffer service, fixed various bug... | petersont@google.com | 2009-08-26 | 15 | -101/+778 |
* | Change <script id="o3d" to <script id="o3dscript" | gman@google.com | 2009-07-28 | 1 | -1/+1 |
* | This change fixes the issue that if you use | gman@google.com | 2009-07-24 | 1 | -1/+1 |
* | Fixing several problems with the build. | gspencer@google.com | 2009-07-23 | 1 | -1/+1 |
* | Removing unneeded EffectStream class. Cleaning up data assignment for stream ... | rlp@google.com | 2009-07-08 | 3 | -12/+1 |
* | Adding GetStreamInfo functionality (and passing corresponding unit test). | rlp@google.com | 2009-07-02 | 11 | -3/+325 |