summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...petersont@google.com2010-03-2214-85/+215
* Bump GYP dep to get fixes for escaping/quoting in 'defines'.tschmelcher@chromium.org2010-03-201-1/+1
* Linux: link with --as-needed to eliminate direct dependencies on 15 shared li...tschmelcher@chromium.org2010-03-191-6/+20
* Added textures, texture samplers and render targets to o3d-webgl. Also fixed...petersont@google.com2010-03-1236-201/+2246
* Added support for O3D in Chrome on Mac OS X using CoreGraphics drawingkbr@chromium.org2010-03-1119-66/+429
* Corrected the mismatch between the dimensions of vectors and matrices. The bi...alokp@chromium.org2010-03-103-5/+5
* Linux: Fix build break in r40786 due to file not ending with a newline. (Don'...tschmelcher@chromium.org2010-03-052-2/+2
* Introduce two new GYP variables:tschmelcher@chromium.org2010-03-0514-8/+327
* Added support for increasing the polygon offset with each successivekbr@google.com2010-03-034-11/+116
* Revert my change to the O3D plugin's description format, since it breaks the ...tschmelcher@chromium.org2010-03-021-1/+1
* When an o3d window does not belong to any monitor (off screen), instead of fa...zmo@google.com2010-03-011-7/+1
* Fix minor issues for some tests, and disable others.kkania@google.com2010-03-014-8/+16
* Incorporating change missed in previous CLkbr@chromium.org2010-02-271-2/+2
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-2640-0/+8656
* Thanks to apatrick, added missing support to GLSL ES grammar forkbr@chromium.org2010-02-2624-15/+746
* 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-2639-23/+5909
* Linux: make sure the fullscreen window always gets focustschmelcher@chromium.org2010-02-222-3/+11
* Make ActiveX CLSIDs and names into overridable variables too. Also make the N...tschmelcher@chromium.org2010-02-2216-93/+265
* Linux: Implement cursor type NONE. Also ensure fullscreen windows are created...tschmelcher@chromium.org2010-02-192-7/+39
* Set the correct content window parameters for the "soft" fullscreen mode:zmo@google.com2010-02-191-1/+9
* Added viewAll method to CameraController.kbr@chromium.org2010-02-191-2/+67
* 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
* This fixes a bug in the 2d particle shader that madegman@chromium.org2010-02-181-2/+3
* Fixed regression caused by http://codereview.chromium.org/599012 wherekbr@chromium.org2010-02-171-1/+1
* 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-162-4/+33
* Reverting files back to known good state. Will re-applyzmo@google.com2010-02-162-244/+113
* Make plugin name and mimetype into overridable GYP variables, so that third p...tschmelcher@chromium.org2010-02-162-20/+22
* Fix the software renderer "soft" fullscreen mode using the wrong monitor bug.zmo@google.com2010-02-162-113/+244
* Clone of issue 598075. See: http://codereview.chromium.org/598075twiz@google.com2010-02-127-84/+7
* 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
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-4/+4
* Roll imported Nixysa version forward to get the new universally compatible ve...maf@google.com2010-02-091-1/+1
* Roll back Nixysa imported rev so that we get the Python 2.4 compatible version.maf@google.com2010-02-091-1/+1
* Bump DEPS to pull in latest Nixysa.maf@google.com2010-02-081-1/+1
* linux: native OpenGL ES supportpiman@google.com2010-02-0814-189/+619
* Force Java version to 1.6.0 on Mac OS X because apparently latestkbr@chromium.org2010-02-051-1/+10
* Added needed dependency on npo3dautoplugin because otherwise thekbr@chromium.org2010-02-051-0/+3
* Roll Skia to 488 to pick up some new needed entry points.kbr@chromium.org2010-02-051-1/+1
* roll deps to pick up nacl changes for armpiman@google.com2010-02-051-1/+1
* Worked around bug in 32-bit Safari 4 on Mac OS X 10.6 where thekbr@chromium.org2010-02-051-0/+6
* Fixed build problem on Mac OS X 10.6. precompile.h is inferred by namekbr@chromium.org2010-02-051-0/+2
* Bump chromium DEPS to pick up my skia Linux crash fix.tschmelcher@chromium.org2010-02-031-1/+11
* linux: add an option to disable FBO support for platforms that don't have it.piman@google.com2010-02-014-3/+25