summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl
Commit message (Expand)AuthorAgeFilesLines
* Some texture parameters were being set in the pack when the texture was creat...petersont@google.com2010-05-242-97/+210
* Refactored Buffer and Field getAt functions to use a common helper function, ...petersont@google.com2010-05-242-27/+38
* The z-sorting sample looked tinted gray because of the final alpha channel co...petersont@google.com2010-05-193-6/+16
* Fixed a typo in pool code and made comments more google stylepetersont@google.com2010-05-173-12/+22
* Sorts drawlists by priority or by depth as indicated by the flag in the DrawP...petersont@google.com2010-05-173-7/+69
* Refactored the SAS parameter code slightly to avoid redundant listing of para...petersont@google.com2010-05-142-181/+170
* When a demo on the o3d-webgl site gets opened in an ordinary browser that doe...petersont@google.com2010-05-141-6/+31
* Refactored event handling code gman added to simpleviewer.html intokbr@google.com2010-04-301-2/+130
* Merged in gman's fixes to make o3d-webgl samples work in Firefox.kbr@google.com2010-04-304-12/+24
* Added culling sample.petersont@google.com2010-04-2912-77/+447
* Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli...petersont@google.com2010-04-292-5/+22
* Review URL: http://codereview.chromium.org/1798009petersont@google.com2010-04-291-36/+79
* Fleshed out sampler implementation a bit.petersont@google.com2010-04-293-14/+115
* Fixed bug in effect.js during lookup of attribute locations. Fixedkbr@google.com2010-04-291-8/+8
* Fixed samples to work with resizing code introduced yesterday. Now thekbr@google.com2010-04-282-6/+37
* Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handlekbr@google.com2010-04-281-2/+10
* Fixed problem in o3dConverter where it was not outputting all of thekbr@google.com2010-04-234-10/+24
* Fixed bug pointed out by mihai where success was incorrectly reportedkbr@google.com2010-04-231-2/+7
* Changed the semantics of many fields throughout the o3d-webglkbr@google.com2010-04-2222-670/+748
* Incremental progress toward archive loading in o3d-webgl. Implementedkbr@google.com2010-04-218-18/+360
* A number of incidental changes I've made over the passed few weeks have appar...petersont@google.com2010-04-0810-115/+420
* Review URL: http://codereview.chromium.org/1565008petersont@google.com2010-04-052-331/+65
* Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...petersont@google.com2010-03-2213-79/+213
* Added textures, texture samplers and render targets to o3d-webgl. Also fixed...petersont@google.com2010-03-1231-189/+783
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-2638-0/+8242