summaryrefslogtreecommitdiffstats
path: root/o3d/core
Commit message (Expand)AuthorAgeFilesLines
* Missed some files that should have been in 31811.apatrick@google.com2009-11-121-141/+141
* Made all line endings consistently LF and added svn:eol-style=LF property to ...apatrick@google.com2009-11-126-929/+929
* Recomitting 31676 with fix.apatrick@google.com2009-11-1120-48/+48
* Reverting 31676.apatrick@google.com2009-11-1120-48/+48
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-1120-48/+48
* linux: 64-bitpiman@google.com2009-11-115-7/+11
* Moved platform specific out of platform directories. This is the Chrome conve...apatrick@google.com2009-11-1018-35/+35
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-104-126/+96
* Revert "linux: 64-bit"piman@google.com2009-11-075-11/+7
* linux: 64-bitpiman@google.com2009-11-075-7/+11
* Removed core\cross\packing.h. Using approach consistent with Chrome. #pragma ...apatrick@google.com2009-11-062-70/+2
* Fixing line endings to LF so trybot works.apatrick@google.com2009-11-061-404/+404
* Moved command_buffer and gpu_plugin code out of o3d namespace.apatrick@google.com2009-11-051-6/+8
* GL fix. Code was DCHECKing valid conditions andgman@google.com2009-11-041-3/+10
* This change kills the SCons build, since we have switched completelygspencer@google.com2009-11-021-209/+0
* Fix for GL unit_tests.gman@google.com2009-10-291-1/+1
* Adding the o3d-internal include path before the others so that if o3d-interna...vangelis@google.com2009-10-271-0/+3
* move all O3D specific command buffer stuff to command_buffer::o3dgman@google.com2009-10-269-85/+85
* Trying to fix the build. gman taking over.apatrick@google.com2009-10-231-0/+2
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-231-1/+1
* Fixes to get renderer=cb cb_service=gl to compilegman@google.com2009-10-2224-76/+105
* Removed workaround for Chrome 1.0 from o3djs library.apatrick@google.com2009-10-197-15/+15
* Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...apatrick@google.com2009-10-198-304/+342
* Missing file from last checkinggman@google.com2009-10-151-0/+3
* Fix clearing render targets in D3D if theregman@google.com2009-10-151-16/+24
* Add a DLOG error to the command buffer and removegman@google.com2009-10-121-0/+34
* Fix for canvas.drawBitmapgman@google.com2009-10-121-1/+2
* Fx a GCC GYP release build problem. GCC (in release mode) wants to see a test...maf@google.com2009-10-061-4/+6
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* This fixes the GL build so it works.gspencer@google.com2009-10-051-0/+3
* Implement fullscreen on Linux. No "Press Esc" message yet though. Also it's D...tschmelcher@google.com2009-10-013-17/+66
* Added 32-bit float textures to command buffers, also changed the texture::For...petersont@google.com2009-09-301-3/+7
* Quick fix for skinning translation bug.gman@google.com2009-09-291-1/+1
* More work in Command Buffersgman@google.com2009-09-2617-252/+243
* Added command buffer unit tests to gyp.apatrick@google.com2009-09-242-1/+11
* Change command buffer client code to use structures.gman@google.com2009-09-2311-368/+237
* Rewrote full-screen support on Windows. O3D now always creates its ownkbr@google.com2009-09-176-82/+124
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-176-631/+631
* This updated the GYP deps file to the last known good revision of Chrome,gspencer@google.com2009-09-151-1/+1
* Review URL: http://codereview.chromium.org/176026rlp@google.com2009-09-153-44/+194
* Made gyp file for command buffer libraries.apatrick@google.com2009-09-155-13/+58
* Guess at getting linux build to work.gman@google.com2009-09-102-15/+9
* missed onegman@google.com2009-09-091-0/+7
* Make more stuff private in renderergman@google.com2009-09-093-37/+47
* Check for value overlow in buffer.ccgman@google.com2009-09-091-0/+7
* This fixes some warnings in the Linux release build.bradnelson@google.com2009-09-092-8/+9
* minor change of render_surface_test.ccgman@google.com2009-09-091-0/+2
* Fix for mac/linux unit_testgman@google.com2009-09-091-0/+2
* Add check for offset + number_of_bytes overflowgman@google.com2009-09-041-2/+4
* Make O3D always clear the backbuffer one way or gman@google.com2009-09-0410-88/+186