summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
Commit message (Expand)AuthorAgeFilesLines
* Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changedkbr@google.com2009-09-262-13/+65
* Dynamically loads d3d9 and d3dx9 dlls on Windows.apatrick@google.com2009-09-251-2/+10
* Added command buffer unit tests to gyp.apatrick@google.com2009-09-241-1/+1
* Fixed crash in Internet Explorer on Windows XP caused by recentkbr@google.com2009-09-221-2/+2
* Fixed crash introduced by recent full-screen work underkbr@google.com2009-09-211-0/+10
* This updates the DEPS for V8, Chrome and NaCl.gspencer@google.com2009-09-171-1/+1
* Rewrote full-screen support on Windows. O3D now always creates its ownkbr@google.com2009-09-177-231/+229
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-171-606/+606
* Made gyp file for command buffer libraries.apatrick@google.com2009-09-151-2/+2
* Add an Info.plist flag to force the software renderer.maf@google.com2009-09-102-16/+44
* Add scripts to automatically build installer and disk image in GYP build. maf@google.com2009-09-081-1/+0
* Since loading textures from a file request isgman@google.com2009-09-041-8/+15
* Fix bug in Texture2D::Set and TextureCUBE::Setgman@google.com2009-09-041-2/+7
* This adds in targets for selenium and updated several other problems,gspencer@google.com2009-09-046-65/+158
* Change Mac O3D executable name (the actual name of the binary inside the bund...maf@google.com2009-09-032-15/+15
* Fix other things blocking the Mac GYP release build from completing.maf@google.com2009-09-031-1/+4
* Get Mac GYP build compiling.maf@google.com2009-09-034-13/+12
* This CL adds the createRawDataFromDataURL function to o3d.Pack. The functionmstrydom@google.com2009-09-021-0/+7
* Update Texture::Lock to take an AccessMode.gman@google.com2009-09-011-4/+6
* Fix for archive request. It turns out this thinggman@google.com2009-08-312-13/+14
* Adding back in breakpad upload.bradnelson@google.com2009-08-281-0/+13
* o3d plugin was mistakenly being built as a static library when built outside ...bradnelson@google.com2009-08-271-10/+1
* Fix the build by fixing a typo in plugin.gypgspencer@google.com2009-08-261-1/+1
* Changes needed to get everything packaged for Mac.maf@google.com2009-08-261-1/+24
* Add license information to our shell scripts.agl@chromium.org2009-08-251-0/+4
* Add missing frameworks to plugin project. maf@google.com2009-08-253-1/+64
* Linux: fix a couple problems that Lintian reports for the .deb file:tschmelcher@google.com2009-08-251-0/+4
* Cleanup Renderer.gman@google.com2009-08-251-3/+36
* Make Mac also look for O3D_FORCE_SOFTWARE_RENDERERgman@google.com2009-08-242-1/+24
* Changes needed to make "all" build complete, including fixing the generated c...maf@google.com2009-08-191-3/+0
* A bunch more docs fixesgman@google.com2009-08-193-1/+6
* expose Bitmap to JavaScript.gman@google.com2009-08-192-26/+104
* Change StreamBank to inherit from VertexSourcegman@google.com2009-08-171-24/+1
* Changes needed to get Mac plugin gyp project build compiling and linking.maf@google.com2009-08-137-29/+50
* A few more cleanup items for bitmap andgman@google.com2009-08-121-1/+2
* Changes to Bitmap before exposing to JavaScriptgman@google.com2009-08-113-29/+73
* Fixed some warnings in bitmap_png.ccbradnelson@google.com2009-08-101-1/+1
* Add return type to docs for getRectgman@google.com2009-08-081-0/+2
* This CL adds client.toDataURL which gets the contentsgman@google.com2009-08-082-7/+23
* Add nonPowerOfTwoTextures to clientInfogman@google.com2009-08-081-0/+11
* This CL adds texture.getRectgman@google.com2009-08-072-12/+263
* This completes the building of o3d.msi from the GYP build.gspencer@google.com2009-08-063-7/+18
* Need to define XP_MACOSX=1 for npapi.h to work as needed on Mac.maf@google.com2009-08-061-0/+3
* oops, forgot these filesgman@google.com2009-08-061-14/+9
* A step in exposing Bitmap to JavaScript.gman@google.com2009-08-064-36/+85
* Lots of changes required to build on GCC in full paranoia mode with no warnin...maf@google.com2009-08-062-2/+6
* Added default values to property documentation.gman@google.com2009-08-0524-35/+139
* Make build touch the O3D.plugin directory so it's as new as the binary we jus...maf@google.com2009-08-051-0/+1
* This adds splitting of samples for the interactive sampler,gspencer@google.com2009-08-031-1/+3
* Add SetRect to Texture2d and TextureCUBEgman@google.com2009-08-034-201/+435