| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the params for the 2d and googleIO samples to cope with slight renderi... | maf@google.com | 2009-09-08 | 1 | -2/+2 |
* | Add scripts to automatically build installer and disk image in GYP build. | maf@google.com | 2009-09-08 | 5 | -2/+178 |
* | This makes selenium in Firefox work on the Mac. | gspencer@google.com | 2009-09-08 | 4 | -8/+152 |
* | Replaced BaseNPObject with DefaultNPObject because... | apatrick@google.com | 2009-09-08 | 27 | -657/+535 |
* | Fixing the path passed for the perceptual diff program so it'll be found. | gspencer@google.com | 2009-09-05 | 1 | -1/+1 |
* | remove bad trailing comma | gman@google.com | 2009-09-04 | 1 | -2/+1 |
* | 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 |
* | Enable gmock on windows scons build | gman@google.com | 2009-09-04 | 1 | -27/+12 |
* | Switch to chrome gmock. | gman@google.com | 2009-09-04 | 1 | -1/+2 |
* | Add check for offset + number_of_bytes overflow | gman@google.com | 2009-09-04 | 1 | -2/+4 |
* | Adding a no-binary path to the o3dConverter | gman@google.com | 2009-09-04 | 6 | -67/+449 |
* | Make O3D always clear the backbuffer one way or | gman@google.com | 2009-09-04 | 10 | -88/+186 |
* | This adds in targets for selenium and updated several other problems, | gspencer@google.com | 2009-09-04 | 22 | -365/+878 |
* | Fix _H__ to correct _H_ | gman@google.com | 2009-09-04 | 20 | -60/+60 |
* | Exracted CommandBuffer class from GPUPluginObject. | apatrick@google.com | 2009-09-03 | 9 | -120/+314 |
* | Change Mac O3D executable name (the actual name of the binary inside the bund... | maf@google.com | 2009-09-03 | 2 | -15/+15 |
* | Make Convertor project compile in GCC - fixes release-build only compiler err... | maf@google.com | 2009-09-03 | 2 | -219/+219 |
* | Fix other things blocking the Mac GYP release build from completing. | maf@google.com | 2009-09-03 | 2 | -1/+5 |
* | Generates a class hierarchy using graphviz "dot", the | gman@google.com | 2009-09-03 | 5 | -0/+48 |
* | Adding uninstall.sh script to be included in self-extracting archive. This wi... | nmaxwell@google.com | 2009-09-03 | 2 | -2/+127 |
* | Get Mac GYP build compiling. | maf@google.com | 2009-09-03 | 7 | -143/+154 |
* | This changes the selenium driver script to not be so scons-specific, and | gspencer@google.com | 2009-09-03 | 3 | -34/+79 |
* | Fixing GYP build. Warning generated by this code was treated as error at com... | vangelis@google.com | 2009-09-03 | 1 | -1/+1 |
* | This CL adds the createRawDataFromDataURL function to o3d.Pack. The function | mstrydom@google.com | 2009-09-02 | 13 | -2/+506 |
* | Fixing mac and linux build | vangelis@google.com | 2009-09-02 | 2 | -4/+6 |
* | Wrote tests for GPUPluginObject::OpenCommandBuffer. | apatrick@google.com | 2009-09-02 | 14 | -58/+498 |
* | Fixes for accidental early commit reviewed at URL below. | apatrick@google.com | 2009-09-02 | 6 | -6/+91 |
* | Beginnings of direct manipulator support in o3djs library. Added | kbr@google.com | 2009-09-02 | 4 | -5/+1202 |
* | Fixing path in call to version_info.py | bradnelson@google.com | 2009-09-02 | 1 | -1/+1 |
* | GPU plugin object can create a command buffer via a V8 extension in Chromium ... | apatrick@google.com | 2009-09-02 | 35 | -962/+1707 |
* | Adds GET_VERSION IMC message. | gman@google.com | 2009-09-02 | 9 | -66/+289 |
* | Rename render_width and render_height to display_width | gman@google.com | 2009-09-01 | 4 | -25/+25 |
* | Fix for param array support in effects for GL | gman@google.com | 2009-09-01 | 1 | -1/+2 |
* | Fixes for texture locking. | gman@google.com | 2009-09-01 | 4 | -11/+5 |
* | Update samples to use more utility functions where | gman@google.com | 2009-09-01 | 31 | -633/+212 |
* | Update Texture::Lock to take an AccessMode. | gman@google.com | 2009-09-01 | 14 | -326/+395 |
* | Switching DISPLAY_MODE_DEFAULT to create to a non-full-screen window at the c... | vangelis@google.com | 2009-08-31 | 1 | -7/+15 |
* | up cullingzsort stress test pdiff threshold | gman@google.com | 2009-08-31 | 1 | -1/+1 |
* | Prep for ascii only converter option | gman@google.com | 2009-08-31 | 3 | -5/+17 |
* | Fix for Canvas::DrawBitmap that I broke when adding | gman@google.com | 2009-08-31 | 1 | -1/+1 |
* | Fix for archive request. It turns out this thing | gman@google.com | 2009-08-31 | 6 | -36/+54 |
* | Fix for mac setRect? | gman@google.com | 2009-08-29 | 1 | -0/+4 |
* | Fix syntax accessing enum scoped to class, to fix GCC builds. | maf@google.com | 2009-08-28 | 1 | -1/+1 |
* | Adding in render surfaces for command buffers. Fixing SetRect as well. | rlp@google.com | 2009-08-28 | 21 | -501/+1820 |
* | increase threshold setting for culling tests | gman@google.com | 2009-08-28 | 1 | -1/+1 |
* | Adding back in breakpad upload. | bradnelson@google.com | 2009-08-28 | 2 | -0/+14 |
* | Bump version to 0.1.42 | gman@google.com | 2009-08-28 | 2 | -2/+2 |
* | Fixes toDataURL for GL by making it all work through | gman@google.com | 2009-08-28 | 22 | -380/+492 |
* | up the threshold for hellocube-texture | gman@google.com | 2009-08-28 | 1 | -1/+1 |