| Commit message (Expand) | Author | Age | Files | Lines |
* | This updates us to the latest gyp revision, which fixes the Linux | bradnelson@google.com | 2009-10-06 | 1 | -11/+0 |
* | This makes some changes to the o3d tree in preparation | gspencer@google.com | 2009-10-06 | 5 | -59/+225 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 2 | -0/+12 |
* | This fixes the GL build so it works. | gspencer@google.com | 2009-10-05 | 1 | -2/+2 |
* | Workaround for Chromium bug. | apatrick@google.com | 2009-10-02 | 1 | -21/+36 |
* | Implement fullscreen on Linux. No "Press Esc" message yet though. Also it's D... | tschmelcher@google.com | 2009-10-01 | 3 | -26/+186 |
* | Switching asynchronous tick callback in chrome to use the empty data url meth... | vangelis@google.com | 2009-09-30 | 1 | -8/+39 |
* | Fixing some things that are failing in the linux o3d gyp build. | bradnelson@google.com | 2009-09-29 | 1 | -1/+3 |
* | Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changed | kbr@google.com | 2009-09-26 | 2 | -13/+65 |
* | Dynamically loads d3d9 and d3dx9 dlls on Windows. | apatrick@google.com | 2009-09-25 | 1 | -2/+10 |
* | Added command buffer unit tests to gyp. | apatrick@google.com | 2009-09-24 | 1 | -1/+1 |
* | Fixed crash in Internet Explorer on Windows XP caused by recent | kbr@google.com | 2009-09-22 | 1 | -2/+2 |
* | Fixed crash introduced by recent full-screen work under | kbr@google.com | 2009-09-21 | 1 | -0/+10 |
* | This updates the DEPS for V8, Chrome and NaCl. | gspencer@google.com | 2009-09-17 | 1 | -1/+1 |
* | Rewrote full-screen support on Windows. O3D now always creates its own | kbr@google.com | 2009-09-17 | 7 | -231/+229 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 1 | -606/+606 |
* | Made gyp file for command buffer libraries. | apatrick@google.com | 2009-09-15 | 1 | -2/+2 |
* | Add an Info.plist flag to force the software renderer. | maf@google.com | 2009-09-10 | 2 | -16/+44 |
* | Add scripts to automatically build installer and disk image in GYP build. | maf@google.com | 2009-09-08 | 1 | -1/+0 |
* | Since loading textures from a file request is | gman@google.com | 2009-09-04 | 1 | -8/+15 |
* | Fix bug in Texture2D::Set and TextureCUBE::Set | gman@google.com | 2009-09-04 | 1 | -2/+7 |
* | This adds in targets for selenium and updated several other problems, | gspencer@google.com | 2009-09-04 | 6 | -65/+158 |
* | Change Mac O3D executable name (the actual name of the binary inside the bund... | maf@google.com | 2009-09-03 | 2 | -15/+15 |
* | Fix other things blocking the Mac GYP release build from completing. | maf@google.com | 2009-09-03 | 1 | -1/+4 |
* | Get Mac GYP build compiling. | maf@google.com | 2009-09-03 | 4 | -13/+12 |
* | This CL adds the createRawDataFromDataURL function to o3d.Pack. The function | mstrydom@google.com | 2009-09-02 | 1 | -0/+7 |
* | Update Texture::Lock to take an AccessMode. | gman@google.com | 2009-09-01 | 1 | -4/+6 |
* | Fix for archive request. It turns out this thing | gman@google.com | 2009-08-31 | 2 | -13/+14 |
* | Adding back in breakpad upload. | bradnelson@google.com | 2009-08-28 | 1 | -0/+13 |
* | o3d plugin was mistakenly being built as a static library when built outside ... | bradnelson@google.com | 2009-08-27 | 1 | -10/+1 |
* | Fix the build by fixing a typo in plugin.gyp | gspencer@google.com | 2009-08-26 | 1 | -1/+1 |
* | Changes needed to get everything packaged for Mac. | maf@google.com | 2009-08-26 | 1 | -1/+24 |
* | Add license information to our shell scripts. | agl@chromium.org | 2009-08-25 | 1 | -0/+4 |
* | Add missing frameworks to plugin project. | maf@google.com | 2009-08-25 | 3 | -1/+64 |
* | Linux: fix a couple problems that Lintian reports for the .deb file: | tschmelcher@google.com | 2009-08-25 | 1 | -0/+4 |
* | Cleanup Renderer. | gman@google.com | 2009-08-25 | 1 | -3/+36 |
* | Make Mac also look for O3D_FORCE_SOFTWARE_RENDERER | gman@google.com | 2009-08-24 | 2 | -1/+24 |
* | Changes needed to make "all" build complete, including fixing the generated c... | maf@google.com | 2009-08-19 | 1 | -3/+0 |
* | A bunch more docs fixes | gman@google.com | 2009-08-19 | 3 | -1/+6 |
* | expose Bitmap to JavaScript. | gman@google.com | 2009-08-19 | 2 | -26/+104 |
* | Change StreamBank to inherit from VertexSource | gman@google.com | 2009-08-17 | 1 | -24/+1 |
* | Changes needed to get Mac plugin gyp project build compiling and linking. | maf@google.com | 2009-08-13 | 7 | -29/+50 |
* | A few more cleanup items for bitmap and | gman@google.com | 2009-08-12 | 1 | -1/+2 |
* | Changes to Bitmap before exposing to JavaScript | gman@google.com | 2009-08-11 | 3 | -29/+73 |
* | Fixed some warnings in bitmap_png.cc | bradnelson@google.com | 2009-08-10 | 1 | -1/+1 |
* | Add return type to docs for getRect | gman@google.com | 2009-08-08 | 1 | -0/+2 |
* | This CL adds client.toDataURL which gets the contents | gman@google.com | 2009-08-08 | 2 | -7/+23 |
* | Add nonPowerOfTwoTextures to clientInfo | gman@google.com | 2009-08-08 | 1 | -0/+11 |
* | This CL adds texture.getRect | gman@google.com | 2009-08-07 | 2 | -12/+263 |
* | This completes the building of o3d.msi from the GYP build. | gspencer@google.com | 2009-08-06 | 3 | -7/+18 |