summaryrefslogtreecommitdiffstats
path: root/o3d/core
Commit message (Expand)AuthorAgeFilesLines
* Guard against the plugin being deleted unexpectedly.kbr@google.com2010-06-161-0/+10
* Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X.kbr@google.com2010-06-022-0/+12
* Fixed bug in Core Graphics backend where it was falling through to thekbr@google.com2010-05-282-0/+9
* In some circumstances the O3D plugin is briefly resized to zero height,kbr@google.com2010-05-281-1/+1
* Implemented full-screen support for Core Graphics and Core Animationkbr@google.com2010-05-242-41/+87
* Fixed crash on Mac OS X introduced inkbr@google.com2010-05-211-7/+8
* Axe the o3d_version.py script and turn it into a .gypi file. This fixes a bug...tschmelcher@chromium.org2010-05-061-4/+5
* Flush GL errors before any operation that checks for GL errors afterwards, so...tschmelcher@chromium.org2010-05-056-26/+71
* Fixed renderer_test.cc for GLES2.amarinichev@chromium.org2010-05-032-0/+11
* Pulled changes from issue 669220 to fix building with renderer=gles2.amarinichev@chromium.org2010-04-273-8/+10
* Implemented DX clipping rules to match CG version. Uses dx_clipping varying.amarinichev@chromium.org2010-04-204-2/+31
* Added --convert-dds-to-png command line option to the COLLADA converter,kbr@google.com2010-04-202-0/+20
* 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-1111-30/+96
* Introduce two new GYP variables:tschmelcher@chromium.org2010-03-053-2/+35
* When an o3d window does not belong to any monitor (off screen), instead of fa...zmo@google.com2010-03-011-7/+1
* 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-2611-22/+2052
* 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-196-0/+808
* Added computation of three-dimensional texture coordinates for thekbr@chromium.org2010-02-183-0/+289
* Added classifier which determines the type of a cubic curve input.kbr@chromium.org2010-02-185-0/+419
* Added interval tree data structure and unit tests. This is built onkbr@chromium.org2010-02-173-0/+498
* Re-applying patch from http://codereview.chromium.org/606005 .zmo@google.com2010-02-161-0/+8
* Reverting files back to known good state. Will re-applyzmo@google.com2010-02-161-219/+109
* Fix the software renderer "soft" fullscreen mode using the wrong monitor bug.zmo@google.com2010-02-161-109/+219
* 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-127-0/+1449
* O3D initialized to the monitor/adapter where the window is on.zmo@google.com2010-02-112-22/+79
* linux: native OpenGL ES supportpiman@google.com2010-02-0810-98/+520
* Fixed build problem on Mac OS X 10.6. precompile.h is inferred by namekbr@chromium.org2010-02-051-0/+2
* linux: add an option to disable FBO support for platforms that don't have it.piman@google.com2010-02-013-3/+21
* linux: fixes for the glsl rendererpiman@google.com2010-01-295-10/+11
* win: fix DXSDK include path, needs to be after platform sdk include pathpiman@google.com2010-01-281-1/+1
* This change removes CG from O3D and uses GLSLgman@chromium.org2010-01-0819-1158/+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-1628-0/+6747
* linux: enabling fontspiman@chromium.org2009-12-102-30/+4
* Check that texture being bound is not the currentgman@chromium.org2009-12-082-0/+15
* 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-203-43/+0
* Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte...apatrick@google.com2009-11-164-56/+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-126-929/+929
* Recomitting 31676 with fix.apatrick@google.com2009-11-1120-48/+48