summaryrefslogtreecommitdiffstats
path: root/o3d/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Moved platform specific out of platform directories. This is the Chrome conve...apatrick@google.com2009-11-1079-224/+224
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-105-56/+31
* Removed core\cross\packing.h. Using approach consistent with Chrome. #pragma ...apatrick@google.com2009-11-062-5/+4
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-0582-15114/+859
* Fixed gpu_plugin and added to o3d_all.gyp so it gets built on buildbot.apatrick@google.com2009-11-041-3/+3
* Removed command_buffer dependency on vectormath (indirectly via core/types.h).apatrick@google.com2009-11-045-114/+115
* Fix for GL unit_tests.gman@google.com2009-10-291-1/+1
* Splits the command buffers into common commandsgman@google.com2009-10-2816-196/+480
* move all O3D specific command buffer stuff to command_buffer::o3dgman@google.com2009-10-2638-552/+599
* Trying to fix the build. gman taking over.apatrick@google.com2009-10-231-1/+1
* Fixes to get renderer=cb cb_service=gl to compilegman@google.com2009-10-2218-793/+1002
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-1952-5772/+1048
* This removes the command buffer tests from the non-command buffergspencer@google.com2009-10-131-12/+14
* Make the bubble demo use the command buffer structs.gman@google.com2009-10-123-375/+242
* Add a DLOG error to the command buffer and removegman@google.com2009-10-127-69/+139
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Changed line endings on these files to newline characters. This is an attemp...petersont@google.com2009-10-052-494/+494
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-021-1/+1
* Add the GL ES 2.0 header files.gman@google.com2009-10-013-0/+919
* Fixing compilation error.apatrick@google.com2009-09-301-6/+6
* Added 32-bit float textures to command buffers, also changed the texture::For...petersont@google.com2009-09-305-17/+48
* This fixes the Linux GYP build, fixing a number of (ahem!) problemsbradnelson@google.com2009-09-3018-77/+82
* Fixing signed/unsigned mismatch warning showing up in gyp build.bradnelson@google.com2009-09-281-2/+2
* More work in Command Buffersgman@google.com2009-09-2640-2051/+2022
* Fix to allow NOOP to work again.gman@google.com2009-09-261-4/+23
* Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changedkbr@google.com2009-09-262-6/+19
* Dynamically loads d3d9 and d3dx9 dlls on Windows.apatrick@google.com2009-09-255-52/+194
* Fixed some warnings.apatrick@google.com2009-09-254-14/+14
* Added command buffer unit tests to gyp.apatrick@google.com2009-09-245-26/+73
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-243-4/+31
* fix for gl cbgman@google.com2009-09-231-16/+16
* Change command buffer client code to use structures.gman@google.com2009-09-2333-1546/+4370
* Added render surfaces in command buffer service opengl version.petersont@google.com2009-09-2110-48/+601
* This updates the DEPS for V8, Chrome and NaCl.gspencer@google.com2009-09-171-2/+3
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-174-282/+282
* Changing command buffer to use structs instead ofgman@google.com2009-09-175-646/+1254
* Review URL: http://codereview.chromium.org/176026rlp@google.com2009-09-152-48/+129
* Made gyp file for command buffer libraries.apatrick@google.com2009-09-1515-27/+203
* Fix _H__ to correct _H_gman@google.com2009-09-0420-60/+60
* Adding in render surfaces for command buffers. Fixing SetRect as well.rlp@google.com2009-08-2811-459/+1112
* Fix code in effect_helper.cc that does not compile in GCC. maf@google.com2009-08-271-3/+6
* Created new build target for opengl command buffer service, fixed various bug...petersont@google.com2009-08-2615-101/+778
* Change <script id="o3d" to <script id="o3dscript"gman@google.com2009-07-281-1/+1
* This change fixes the issue that if you usegman@google.com2009-07-241-1/+1
* Fixing several problems with the build.gspencer@google.com2009-07-231-1/+1
* Removing unneeded EffectStream class. Cleaning up data assignment for stream ...rlp@google.com2009-07-083-12/+1
* Adding GetStreamInfo functionality (and passing corresponding unit test).rlp@google.com2009-07-0211-3/+325
* Fixing unit_test bugs. One of hte fixes is for the texture param. This quiets...rlp@google.com2009-06-253-0/+17
* Changes to make command buffers compile. Still failing some unit tests and ex...rlp@google.com2009-06-178-8/+9
* This is the O3D source tree's initial commit to the Chromium tree. It gspencer@google.com2009-05-2796-0/+33180