summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross
Commit message (Expand)AuthorAgeFilesLines
* Use the correct target when binding a cubemap texture.amarinichev@chromium.org2010-04-151-1/+1
* Send bool response on message SET_MAX_FPSzhurunz@google.com2010-04-143-8/+1
* Fixed stream-attribute matching. Autoconverted teapot shader works correctly...amarinichev@chromium.org2010-04-132-8/+8
* Build fixes for case when fullscreen message is disabled, for IMC codekbr@chromium.org2010-04-081-1/+2
* Add a new message to allow draw on every new texture within given fps limitat...tschmelcher@chromium.org2010-04-087-4/+107
* Added support for O3D in Chrome on Mac OS X using CoreGraphics drawingkbr@chromium.org2010-03-119-14/+82
* Incorporating change missed in previous CLkbr@chromium.org2010-02-271-2/+2
* Fixed uninitialized variables breaking Linux build after checkin ofkbr@google.com2010-02-261-3/+3
* Added the bulk of the algorithm for GPU accelerated 2D vector curvekbr@chromium.org2010-02-2610-22/+2045
* Requesting C++ readability review for these classes and unit tests.kbr@chromium.org2010-02-196-107/+102
* Added a specialized triangulator which creates triangles filling thekbr@chromium.org2010-02-195-0/+804
* Added computation of three-dimensional texture coordinates for thekbr@chromium.org2010-02-182-0/+287
* Added classifier which determines the type of a cubic curve input.kbr@chromium.org2010-02-184-0/+415
* Added interval tree data structure and unit tests. This is built onkbr@chromium.org2010-02-172-0/+496
* Fixed broken Linux build by changing Counter helper class used bykbr@google.com2010-02-121-21/+21
* Added an arena allocator and an augmentable red-black tree whichkbr@chromium.org2010-02-126-0/+1443
* linux: native OpenGL ES supportpiman@google.com2010-02-0810-98/+520
* linux: add an option to disable FBO support for platforms that don't have it.piman@google.com2010-02-012-3/+16
* linux: fixes for the glsl rendererpiman@google.com2010-01-294-9/+10
* This change removes CG from O3D and uses GLSLgman@chromium.org2010-01-0818-1156/+839
* Rename all GLES2 classes from ___GL to ___GLES2gman@chromium.org2009-12-1723-724/+761
* Step 1 in Adding GLES2 renderer to O3D.gman@google.com2009-12-1627-0/+6698
* linux: enabling fontspiman@chromium.org2009-12-102-30/+4
* Check that texture being bound is not the currentgman@chromium.org2009-12-081-0/+7
* Deleted gpu process and command buffer code from O3D tree. Now resides in Chr...apatrick@google.com2009-11-2522-4537/+0
* Removed O3D command buffer protocol code and O3D comand buffer configuration.apatrick@google.com2009-11-202-4/+0
* Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte...apatrick@google.com2009-11-163-52/+36
* 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-125-928/+928
* Recomitting 31676 with fix.apatrick@google.com2009-11-1119-44/+44
* Reverting 31676.apatrick@google.com2009-11-1119-44/+44
* Reorganized command buffer and GPU plugin code into following structure:apatrick@google.com2009-11-1119-44/+44
* 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-103-120/+85
* 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
* Fix for GL unit_tests.gman@google.com2009-10-291-1/+1
* move all O3D specific command buffer stuff to command_buffer::o3dgman@google.com2009-10-269-85/+85
* 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-195-116/+373
* 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