summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* Until we work out why V8 refuses to work on the Safari/10.6 combination, igno...maf@google.com2010-05-291-0/+24
* Fix build break with gcc 4.4.1. (std::strcat not defined.)zhurunz@google.com2010-05-281-0/+2
* Mac: Fix bug that has always existed in the GYP build where O3D.rsrc was an e...tschmelcher@chromium.org2010-05-281-0/+2
* Fixed bug in Core Graphics backend where it was falling through to thekbr@google.com2010-05-284-32/+48
* In some circumstances the O3D plugin is briefly resized to zero height,kbr@google.com2010-05-281-1/+1
* Sync to latest breakpad which doesn't have deps on libglog.zhurunz@google.com2010-05-282-10/+1
* Accepted mouse moved events in NSWindow used for Cocoa full-screen code path.kbr@google.com2010-05-281-0/+1
* Changed how checkers sample identifies whether a hit occurred usingkbr@google.com2010-05-281-2/+4
* Refactored drawing and event model selection to generalize to morekbr@google.com2010-05-264-101/+72
* Some texture parameters were being set in the pack when the texture was creat...petersont@google.com2010-05-242-97/+210
* Implemented full-screen support for Core Graphics and Core Animationkbr@google.com2010-05-2410-188/+702
* Refactored Buffer and Field getAt functions to use a common helper function, ...petersont@google.com2010-05-242-27/+38
* Add breakpad. zhurunz@google.com2010-05-226-2/+389
* Fixed crash on Mac OS X introduced inkbr@google.com2010-05-211-7/+8
* Refactored full-screen code under FullscreenWindowMac base class andkbr@google.com2010-05-1910-569/+861
* 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-174-19/+29
* Sorts drawlists by priority or by depth as indicated by the flag in the DrawP...petersont@google.com2010-05-174-7/+272
* 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-142-11/+78
* Mac: Undo the change in r44662 to use npo3dautoplugin for the default Mac bun...tschmelcher@chromium.org2010-05-114-20/+82
* Linux: Make the Debian package build rules work with both Make and SCons.tschmelcher@chromium.org2010-05-101-10/+9
* Axe the o3d_version.py script and turn it into a .gypi file. This fixes a bug...tschmelcher@chromium.org2010-05-069-82/+66
* Added setLanguage functions to canvas, fps and particles. Added beachdemo-gl...amarinichev@chromium.org2010-05-0623-106/+7106
* Grr, change last CL to define ChangeResolution as a target with type of none ...tschmelcher@chromium.org2010-05-051-8/+9
* Only define the ChangeResolution target on Windows. This fixes a problem wher...tschmelcher@chromium.org2010-05-051-8/+16
* Flush GL errors before any operation that checks for GL errors afterwards, so...tschmelcher@chromium.org2010-05-056-26/+71
* Small changes to make GCC 4.4.1 happy.zhurunz@google.com2010-05-043-4/+10
* Linux: make gypbuild use make now that that's the default GYP generator.tschmelcher@chromium.org2010-05-041-7/+3
* Compute the absolute path containing the o3dConverter tool for thekbr@google.com2010-05-031-1/+6
* Quote the path to the temporary file containing the Cg shader to fixkbr@google.com2010-05-031-1/+9
* Fixed renderer_test.cc for GLES2.amarinichev@chromium.org2010-05-032-0/+11
* Bump version to turn on SET_MAX_FPS.zhurunz@google.com2010-05-031-1/+1
* Refactored event handling code gman added to simpleviewer.html intokbr@google.com2010-04-302-98/+130
* Merged in gman's fixes to make o3d-webgl samples work in Firefox.kbr@google.com2010-04-306-14/+123
* Advancing to latest gyp.bradnelson@google.com2010-04-302-60/+5
* Incorporated gman's CSS changes for resizing and placing thekbr@google.com2010-04-301-6/+29
* Added pool ball image to MANIFEST.kbr@google.com2010-04-301-0/+1
* Roll forward DEPS for assets to pick up dummy dependencies currentlykbr@google.com2010-04-301-1/+1
* Worked around bug in directory copying support in gyp MSVS generatorkbr@google.com2010-04-291-4/+59
* Fixed problem with some parameters being optimized away by the GLSLkbr@google.com2010-04-291-4/+12
* Reorganized dependencies in generated samples_gen.gyp so that thekbr@google.com2010-04-291-6/+32
* Added culling sample.petersont@google.com2010-04-2914-79/+772
* Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli...petersont@google.com2010-04-294-5/+2155
* Fixed output directory for converted WebGL assets. Something stillkbr@google.com2010-04-291-1/+1
* Review URL: http://codereview.chromium.org/1798009petersont@google.com2010-04-291-36/+79
* Copy WebGL compatible assets to output directory during the build.kbr@google.com2010-04-292-0/+27
* Fleshed out sampler implementation a bit.petersont@google.com2010-04-293-14/+115
* Copy o3d-webgl and o3d-webgl-samples into the build directory whilekbr@google.com2010-04-291-0/+32
* Fixed bug in effect.js during lookup of attribute locations. Fixedkbr@google.com2010-04-291-8/+8