summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* Review URL: http://codereview.chromium.org/1736003amarinichev@chromium.org2010-04-2119-1098/+1624
* Incremental progress toward archive loading in o3d-webgl. Implementedkbr@google.com2010-04-2112-19/+1046
* Implemented DX clipping rules to match CG version. Uses dx_clipping varying.amarinichev@chromium.org2010-04-205-6/+53
* Added --convert-dds-to-png command line option to the COLLADA converter,kbr@google.com2010-04-2014-7/+279
* Changed --json-only argument to converter to --no-archive andkbr@chromium.org2010-04-163-26/+210
* Fixed recently introduced regression in effect.js pointed out bykbr@google.com2010-04-161-4/+4
* A simple script to convert o3d cg shaders to glsl.amarinichev@chromium.org2010-04-161-0/+172
* Review URL: http://codereview.chromium.org/1599036zmo@google.com2010-04-161-1/+1
* upgrade to selenium 1.03 and the newest chrome.zmo@google.com2010-04-151-9/+3
* Use the correct target when binding a cubemap texture.amarinichev@chromium.org2010-04-151-1/+1
* Mac: Use the plugin_npapi_filename variable to choose the bundle name (rather...tschmelcher@chromium.org2010-04-156-15/+20
* Send bool response on message SET_MAX_FPSzhurunz@google.com2010-04-143-8/+1
* Update DEPS to pull in missing Nixysa, and add code to use new Nixysa threadi...maf@google.com2010-04-143-11/+10
* Review URL: http://codereview.chromium.org/577038maf@google.com2010-04-139-46/+390
* Fixed stream-attribute matching. Autoconverted teapot shader works correctly...amarinichev@chromium.org2010-04-132-8/+8
* Hierarchy. Hierarchy. Hierarchy!!!avi@chromium.org2010-04-094-5/+5
* Fixed bug in size of invalid rect. This slipped through inkbr@chromium.org2010-04-091-2/+2
* Build fixes for case when fullscreen message is disabled, for IMC codekbr@chromium.org2010-04-083-26/+29
* Add a new message to allow draw on every new texture within given fps limitat...tschmelcher@chromium.org2010-04-087-4/+107
* A number of incidental changes I've made over the passed few weeks have appar...petersont@google.com2010-04-0810-115/+420
* Modified effect.js to emit glsl as well as the original o3d shader language. ...petersont@google.com2010-04-073-303/+1006
* Review URL: http://codereview.chromium.org/1565008petersont@google.com2010-04-052-331/+65
* Rev O3D DEPS to pull in new Nixysa.maf@google.com2010-03-311-1/+1
* Fix except clauses with multiple browser names. The scripts parse the list on...kkania@chromium.org2010-03-303-9/+17
* 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