| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented error texture support in client and ParamArray class. Fixed bug i... | luchen@google.com | 2010-07-14 | 7 | -45/+424 |
* | Fixes a TypeError bug introduced in the picking change. Cannot cancel event p... | luchen@google.com | 2010-07-12 | 1 | -1/+3 |
* | Implemented picking, at last. The picking sample is already checked in, but ... | petersont@google.com | 2010-07-09 | 17 | -344/+938 |
* | Fixed race condition in O3D/WebGL FileRequest implementation by only | kbr@google.com | 2010-07-08 | 1 | -15/+14 |
* | Adding 2d and hud-2d demos to samples. Small addition to state.js to actually... | luchen@google.com | 2010-06-29 | 1 | -0/+2 |
* | o3d-webgl: adding shader test demo. | luchen@google.com | 2010-06-29 | 1 | -1/+35 |
* | Adding instancing and render target demos. | luchen@google.com | 2010-06-17 | 1 | -2/+3 |
* | o3d-webgl: adding generate-texture demo, with implementation of texture.set. | luchen@google.com | 2010-06-17 | 1 | -37/+82 |
* | Got the yard and seven_shapes models to convert to pure-json. This would hav... | petersont@google.com | 2010-06-17 | 1 | -15/+23 |
* | Adding render-mode demo. Update to client.js to render only if render mode is... | luchen@google.com | 2010-06-15 | 1 | -2/+3 |
* | Adding handlers to zoom in/out on scrollwheel event. | luchen@google.com | 2010-06-09 | 1 | -4/+27 |
* | Adding wireframe light indicator to shadow map demo. | luchen@google.com | 2010-06-09 | 1 | -3/+4 |
* | Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para... | luchen@google.com | 2010-06-08 | 4 | -7/+20 |
* | Adding support for pointlist, linelist, linestrip, trianglestrip and triangel... | luchen@google.com | 2010-06-08 | 2 | -5/+38 |
* | Some texture parameters were being set in the pack when the texture was creat... | petersont@google.com | 2010-05-24 | 2 | -97/+210 |
* | Refactored Buffer and Field getAt functions to use a common helper function, ... | petersont@google.com | 2010-05-24 | 2 | -27/+38 |
* | The z-sorting sample looked tinted gray because of the final alpha channel co... | petersont@google.com | 2010-05-19 | 3 | -6/+16 |
* | Fixed a typo in pool code and made comments more google style | petersont@google.com | 2010-05-17 | 3 | -12/+22 |
* | Sorts drawlists by priority or by depth as indicated by the flag in the DrawP... | petersont@google.com | 2010-05-17 | 3 | -7/+69 |
* | Refactored the SAS parameter code slightly to avoid redundant listing of para... | petersont@google.com | 2010-05-14 | 2 | -181/+170 |
* | When a demo on the o3d-webgl site gets opened in an ordinary browser that doe... | petersont@google.com | 2010-05-14 | 1 | -6/+31 |
* | Refactored event handling code gman added to simpleviewer.html into | kbr@google.com | 2010-04-30 | 1 | -2/+130 |
* | Merged in gman's fixes to make o3d-webgl samples work in Firefox. | kbr@google.com | 2010-04-30 | 4 | -12/+24 |
* | Added culling sample. | petersont@google.com | 2010-04-29 | 12 | -77/+447 |
* | Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli... | petersont@google.com | 2010-04-29 | 2 | -5/+22 |
* | Review URL: http://codereview.chromium.org/1798009 | petersont@google.com | 2010-04-29 | 1 | -36/+79 |
* | Fleshed out sampler implementation a bit. | petersont@google.com | 2010-04-29 | 3 | -14/+115 |
* | Fixed bug in effect.js during lookup of attribute locations. Fixed | kbr@google.com | 2010-04-29 | 1 | -8/+8 |
* | Fixed samples to work with resizing code introduced yesterday. Now the | kbr@google.com | 2010-04-28 | 2 | -6/+37 |
* | Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handle | kbr@google.com | 2010-04-28 | 1 | -2/+10 |
* | Fixed problem in o3dConverter where it was not outputting all of the | kbr@google.com | 2010-04-23 | 4 | -10/+24 |
* | Fixed bug pointed out by mihai where success was incorrectly reported | kbr@google.com | 2010-04-23 | 1 | -2/+7 |
* | Changed the semantics of many fields throughout the o3d-webgl | kbr@google.com | 2010-04-22 | 22 | -670/+748 |
* | Incremental progress toward archive loading in o3d-webgl. Implemented | kbr@google.com | 2010-04-21 | 8 | -18/+360 |
* | A number of incidental changes I've made over the passed few weeks have appar... | petersont@google.com | 2010-04-08 | 10 | -115/+420 |
* | Review URL: http://codereview.chromium.org/1565008 | petersont@google.com | 2010-04-05 | 2 | -331/+65 |
* | Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri... | petersont@google.com | 2010-03-22 | 13 | -79/+213 |
* | Added textures, texture samplers and render targets to o3d-webgl. Also fixed... | petersont@google.com | 2010-03-12 | 31 | -189/+783 |
* | First check in of the o3d implimentation in webgl. Classes work well enough ... | petersont@google.com | 2010-02-26 | 38 | -0/+8242 |