| Commit message (Expand) | Author | Age | Files | Lines |
* | This moves the Cg libs into a library directory under the product dir, | gspencer@google.com | 2009-10-15 | 6 | -6/+30 |
* | Missing file from last checking | gman@google.com | 2009-10-15 | 1 | -0/+3 |
* | Adding hard_dependency to cg_libs, to make sure the copy happens before the | bradnelson@google.com | 2009-10-15 | 1 | -0/+1 |
* | Fix clearing render targets in D3D if there | gman@google.com | 2009-10-15 | 7 | -20/+186 |
* | Adding in libX11, which seems to be needed for test_common on linux. | bradnelson@google.com | 2009-10-15 | 1 | -2/+3 |
* | Remove pack from calls to texture.getRenderSurface | gman@google.com | 2009-10-15 | 5 | -6/+6 |
* | This updates the GYP revision to the latest one to fix | gspencer@google.com | 2009-10-14 | 1 | -1/+1 |
* | Fixes perceptual diff pixel comparison bug and CustomCamera test. | kkania@google.com | 2009-10-14 | 2 | -4/+5 |
* | Moved responsibility for creating ring buffer from CommandBuffer to GPUPlugin... | apatrick@google.com | 2009-10-13 | 6 | -134/+164 |
* | This moves our chromium revision forward to catch some changes to | gspencer@google.com | 2009-10-13 | 1 | -2/+2 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 4 | -24/+24 |
* | Doesn't run the TestStressDrawShapes test on IE, because selenium/ie is too s... | kkania@google.com | 2009-10-13 | 1 | -1/+2 |
* | This removes the command buffer tests from the non-command buffer | gspencer@google.com | 2009-10-13 | 2 | -15/+23 |
* | Make the bubble demo use the command buffer structs. | gman@google.com | 2009-10-12 | 3 | -375/+242 |
* | Add a DLOG error to the command buffer and remove | gman@google.com | 2009-10-12 | 8 | -69/+173 |
* | Changes assertMatrix to call get_eval per matrix instead of per every value i... | kkania@google.com | 2009-10-12 | 2 | -8/+10 |
* | More gypbuild infrustructure. | gman@google.com | 2009-10-12 | 1 | -21/+95 |
* | Fix for canvas.drawBitmap | gman@google.com | 2009-10-12 | 4 | -6/+9 |
* | Separated CommandBuffer and GPUProcessor into separate static library so O3D ... | apatrick@google.com | 2009-10-12 | 1 | -32/+38 |
* | Drop redundant CommandLine::Terminate. | evan@chromium.org | 2009-10-12 | 3 | -3/+3 |
* | This fixes (again) the rendering problem we have with zero-height | gspencer@google.com | 2009-10-09 | 1 | -0/+5 |
* | This rolls back V8 to the version we had previously. | gspencer@google.com | 2009-10-09 | 1 | -1/+1 |
* | Pull in latest Nixysa for newer npapi.h. | maf@google.com | 2009-10-09 | 1 | -1/+1 |
* | Adds support for recovering when a running test completes but killed the brow... | kkania@google.com | 2009-10-09 | 5 | -417/+442 |
* | This rearranges where the renderer variable is set so that GYP | gspencer@google.com | 2009-10-08 | 3 | -58/+25 |
* | This fixes the rendering issue in Firefox by ignoring zero height | gspencer@google.com | 2009-10-08 | 1 | -5/+0 |
* | This fixes the build by making all the sub-package | gspencer@google.com | 2009-10-08 | 1 | -3/+3 |
* | Update DEPS to newer Chrome rev to fix Windows build. | maf@google.com | 2009-10-08 | 1 | -4/+3 |
* | Update DEPS to pull in 10.4 fixes. | maf@google.com | 2009-10-08 | 1 | -3/+3 |
* | Drastically improves selenium testing performance with IE by using ids for in... | kkania@google.com | 2009-10-08 | 2 | -23/+28 |
* | Turning on trybots for o3d. | bradnelson@google.com | 2009-10-07 | 1 | -1/+1 |
* | This updates us to the latest gyp revision, which fixes the Linux | bradnelson@google.com | 2009-10-06 | 2 | -12/+1 |
* | Further doc improvements for Line_.closestPointToRay() based on | kbr@google.com | 2009-10-06 | 1 | -11/+10 |
* | This makes some changes to the o3d tree in preparation | gspencer@google.com | 2009-10-06 | 17 | -845/+819 |
* | Fx a GCC GYP release build problem. GCC (in release mode) wants to see a test... | maf@google.com | 2009-10-06 | 1 | -4/+6 |
* | Improved documentation for the derivation of Line_.closestPointToRay(). | kbr@google.com | 2009-10-06 | 1 | -1/+41 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 25 | -0/+150 |
* | Changed line endings on these files to newline characters. This is an attemp... | petersont@google.com | 2009-10-05 | 2 | -494/+494 |
* | This fixes the GL build so it works. | gspencer@google.com | 2009-10-05 | 3 | -2/+15 |
* | Workaround for Chromium bug. | apatrick@google.com | 2009-10-02 | 1 | -21/+36 |
* | Fixing build. | apatrick@google.com | 2009-10-02 | 1 | -1/+3 |
* | Replaced SharedMemory::Map method with NPN_MapMemory. | apatrick@google.com | 2009-10-02 | 27 | -332/+211 |
* | Add the GL ES 2.0 header files. | gman@google.com | 2009-10-01 | 3 | -0/+919 |
* | Implement fullscreen on Linux. No "Press Esc" message yet though. Also it's D... | tschmelcher@google.com | 2009-10-01 | 8 | -43/+279 |
* | This fixes the comments in the bitmap example to match reality, | gspencer@google.com | 2009-10-01 | 1 | -25/+37 |
* | Fixed bug where test runner was creating result without setting verbose level. | kkania@google.com | 2009-09-30 | 1 | -1/+1 |
* | Fixing compilation error. | apatrick@google.com | 2009-09-30 | 1 | -6/+6 |
* | Added 32-bit float textures to command buffers, also changed the texture::For... | petersont@google.com | 2009-09-30 | 6 | -20/+55 |
* | This fixes the Linux GYP build, fixing a number of (ahem!) problems | bradnelson@google.com | 2009-09-30 | 19 | -80/+88 |
* | Switching asynchronous tick callback in chrome to use the empty data url meth... | vangelis@google.com | 2009-09-30 | 1 | -8/+39 |