| Commit message (Expand) | Author | Age | Files | Lines |
* | Make gyp build get idl files from only one location. | gman@google.com | 2009-11-04 | 2 | -58/+27 |
* | Fix for build. | gman@google.com | 2009-11-04 | 1 | -1/+1 |
* | Change build to only have one place to list | gman@google.com | 2009-11-03 | 7 | -378/+239 |
* | Switch gypbuild to use devenv instead of msbuild. | gman@google.com | 2009-11-03 | 1 | -3/+9 |
* | Linux: Add support for loading environment variables at plugin start-up from ... | tschmelcher@chromium.org | 2009-11-03 | 4 | -0/+148 |
* | Put back some scons files that the docs build parses, but rename them | gspencer@google.com | 2009-11-03 | 4 | -8/+163 |
* | This change kills the SCons build, since we have switched completely | gspencer@google.com | 2009-11-02 | 34 | -5520/+106 |
* | Fix for GL unit_tests. | gman@google.com | 2009-10-29 | 3 | -7/+7 |
* | Change from absolute paths to relative paths to allow tests,etc. to be locate... | kkania@google.com | 2009-10-28 | 3 | -114/+113 |
* | Splits the command buffers into common commands | gman@google.com | 2009-10-28 | 17 | -196/+488 |
* | Revert 30359 - Change from absolute paths to relative paths to allow tests,et... | kkania@google.com | 2009-10-28 | 3 | -112/+114 |
* | Change from absolute paths to relative paths to allow tests,etc. to be locate... | kkania@google.com | 2009-10-28 | 3 | -114/+112 |
* | Mapping third_party/makeself for the GYP build as well. | vangelis@google.com | 2009-10-28 | 1 | -0/+3 |
* | Add --clean support to gypbuild. | gman@google.com | 2009-10-28 | 1 | -90/+185 |
* | Adding mapping for third_party/makeself. This is to complete checkin of http... | vangelis@google.com | 2009-10-27 | 1 | -0/+3 |
* | Adding support for windows safari. This requires registering the o3d plugin w... | vangelis@google.com | 2009-10-27 | 3 | -3/+17 |
* | Adding the o3d-internal include path before the others so that if o3d-interna... | vangelis@google.com | 2009-10-27 | 2 | -0/+4 |
* | GPUPluginObject has methods to query its current window size. | apatrick@google.com | 2009-10-27 | 3 | -0/+96 |
* | Update o3d_code_rev from 154 to 157, to get the new bitmap-draw-image referen... | kkania@google.com | 2009-10-27 | 3 | -3/+3 |
* | move all O3D specific command buffer stuff to command_buffer::o3d | gman@google.com | 2009-10-26 | 49 | -643/+690 |
* | Pulling in latest gyp. | bradnelson@google.com | 2009-10-26 | 2 | -2/+2 |
* | Adjusted timeouts for a couple failing tests; switched from umount to hdiutil... | kkania@google.com | 2009-10-26 | 4 | -57/+51 |
* | Adding lib path to glew to invocation of converter. | bradnelson@google.com | 2009-10-24 | 1 | -1/+5 |
* | Fix beach demo strafe. | gman@google.com | 2009-10-24 | 1 | -1/+1 |
* | Change gpybuild to use o3d_all if o3d-internal exists | gman@google.com | 2009-10-23 | 1 | -3/+61 |
* | Remove waterdemo samples from build as they have | gman@google.com | 2009-10-23 | 1 | -9/+0 |
* | TBR=apatrick | gman@google.com | 2009-10-23 | 1 | -2/+2 |
* | Trying to fix the build. gman taking over. | apatrick@google.com | 2009-10-23 | 4 | -11/+12 |
* | Use scoped_array (not scoped_ptr) with new[]. | kuchhal@chromium.org | 2009-10-23 | 1 | -1/+1 |
* | fixed include order issues for osx I introduced | gman@google.com | 2009-10-22 | 2 | -5/+8 |
* | Fixes to get renderer=cb cb_service=gl to compile | gman@google.com | 2009-10-22 | 48 | -881/+1168 |
* | Switching on svn trybot submit. | bradnelson@google.com | 2009-10-22 | 1 | -0/+3 |
* | Added CommandBuffer::GetStatus so remote processes can query whether the plug... | apatrick@google.com | 2009-10-22 | 8 | -74/+246 |
* | Fix O3D release binary. Turns out that with current tools we always need GCC_... | maf@google.com | 2009-10-21 | 1 | -1/+1 |
* | Forcibly remove all plugin files. | kkania@google.com | 2009-10-21 | 2 | -6/+9 |
* | Split the selenium browser name into the browser name and browser path for th... | kkania@google.com | 2009-10-21 | 1 | -3/+6 |
* | Fix bad identation bug. | kkania@google.com | 2009-10-21 | 1 | -2/+2 |
* | Remove browser installation from lab test runner. This will now happen during... | kkania@google.com | 2009-10-21 | 1 | -60/+34 |
* | Move registering o3d_host.dll to selenium.gyp because | gman@google.com | 2009-10-20 | 3 | -25/+87 |
* | Fix bugs in rendergraph.js | gman@google.com | 2009-10-20 | 1 | -2/+2 |
* | Remove +x bit from files that shouldn't have it. | evan@chromium.org | 2009-10-20 | 1 | -0/+0 |
* | Removed workaround for Chrome 1.0 from o3djs library. | apatrick@google.com | 2009-10-19 | 11 | -121/+81 |
* | Removes O3D plugin files with root privileges on Mac and Linux. | kkania@google.com | 2009-10-19 | 1 | -1/+1 |
* | Fixes path of ChangeResolution. | kkania@google.com | 2009-10-19 | 1 | -1/+1 |
* | Forgot to commit a file. | apatrick@google.com | 2009-10-19 | 1 | -0/+8 |
* | Fixed gpu_plugin to build in the Chrome tree. | apatrick@google.com | 2009-10-19 | 4 | -28/+48 |
* | Fixes bug so that now if changing screen resolution fails, the tests fail. | kkania@google.com | 2009-10-19 | 1 | -1/+1 |
* | Changes code header comments to match typical C++ header. | kkania@google.com | 2009-10-19 | 1 | -5/+31 |
* | Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ... | apatrick@google.com | 2009-10-19 | 79 | -6559/+1607 |
* | Relocate some of the lab testing scripts. | kkania@google.com | 2009-10-19 | 11 | -1/+1635 |