summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* This fixes (again) the rendering problem we have with zero-heightgspencer@google.com2009-10-091-0/+5
* This rolls back V8 to the version we had previously.gspencer@google.com2009-10-091-1/+1
* Pull in latest Nixysa for newer npapi.h.maf@google.com2009-10-091-1/+1
* Adds support for recovering when a running test completes but killed the brow...kkania@google.com2009-10-095-417/+442
* This rearranges where the renderer variable is set so that GYPgspencer@google.com2009-10-083-58/+25
* This fixes the rendering issue in Firefox by ignoring zero heightgspencer@google.com2009-10-081-5/+0
* This fixes the build by making all the sub-packagegspencer@google.com2009-10-081-3/+3
* Update DEPS to newer Chrome rev to fix Windows build.maf@google.com2009-10-081-4/+3
* Update DEPS to pull in 10.4 fixes.maf@google.com2009-10-081-3/+3
* Drastically improves selenium testing performance with IE by using ids for in...kkania@google.com2009-10-082-23/+28
* Turning on trybots for o3d.bradnelson@google.com2009-10-071-1/+1
* This updates us to the latest gyp revision, which fixes the Linuxbradnelson@google.com2009-10-062-12/+1
* Further doc improvements for Line_.closestPointToRay() based onkbr@google.com2009-10-061-11/+10
* This makes some changes to the o3d tree in preparationgspencer@google.com2009-10-0617-845/+819
* Fx a GCC GYP release build problem. GCC (in release mode) wants to see a test...maf@google.com2009-10-061-4/+6
* Improved documentation for the derivation of Line_.closestPointToRay().kbr@google.com2009-10-061-1/+41
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-0625-0/+150
* Changed line endings on these files to newline characters. This is an attemp...petersont@google.com2009-10-052-494/+494
* This fixes the GL build so it works.gspencer@google.com2009-10-053-2/+15
* Workaround for Chromium bug.apatrick@google.com2009-10-021-21/+36
* Fixing build.apatrick@google.com2009-10-021-1/+3
* Replaced SharedMemory::Map method with NPN_MapMemory.apatrick@google.com2009-10-0227-332/+211
* Add the GL ES 2.0 header files.gman@google.com2009-10-013-0/+919
* Implement fullscreen on Linux. No "Press Esc" message yet though. Also it's D...tschmelcher@google.com2009-10-018-43/+279
* This fixes the comments in the bitmap example to match reality,gspencer@google.com2009-10-011-25/+37
* Fixed bug where test runner was creating result without setting verbose level.kkania@google.com2009-09-301-1/+1
* Fixing compilation error.apatrick@google.com2009-09-301-6/+6
* Added 32-bit float textures to command buffers, also changed the texture::For...petersont@google.com2009-09-306-20/+55
* This fixes the Linux GYP build, fixing a number of (ahem!) problemsbradnelson@google.com2009-09-3019-80/+88
* Switching asynchronous tick callback in chrome to use the empty data url meth...vangelis@google.com2009-09-301-8/+39
* Updates o3d_code_rev to 149, to accommadate for new screenshot names.kkania@google.com2009-09-301-1/+1
* Modified output format to be accepted by Pulse. Updated DEPS to include newer...kkania@google.com2009-09-294-57/+65
* Add osx support to gypbuildgman@google.com2009-09-292-6/+49
* Adds "gypbuild" command so developer does not have togman@google.com2009-09-292-0/+88
* Quick fix for skinning translation bug.gman@google.com2009-09-293-10/+16
* Fixing some things that are failing in the linux o3d gyp build.bradnelson@google.com2009-09-292-1/+10
* Fixing signed/unsigned mismatch warning showing up in gyp build.bradnelson@google.com2009-09-281-2/+2
* Diabolic hackery to work around differing NPAPI headers and definitions betwe...apatrick@google.com2009-09-2815-23/+60
* Moving tryserver.bradnelson@google.com2009-09-281-2/+2
* More work in Command Buffersgman@google.com2009-09-2657-2303/+2265
* Fix to allow NOOP to work again.gman@google.com2009-09-261-4/+23
* Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changedkbr@google.com2009-09-267-184/+99
* Fixing bug #152 (pressing "T" doens't leave a trail in the particle samples o...vangelis@google.com2009-09-262-6/+6
* This fixes the renderer variable setting to fix the build.gspencer@google.com2009-09-251-27/+54
* Dynamically loads d3d9 and d3dx9 dlls on Windows.apatrick@google.com2009-09-257-63/+219
* GPUProcessor uses NPN_PluginThreadAsyncCall to schedule future command proces...apatrick@google.com2009-09-257-6/+36
* Fixed some warnings.apatrick@google.com2009-09-254-14/+14
* Added command buffer unit tests to gyp.apatrick@google.com2009-09-2413-50/+147
* GPUProcessor uses O3D command buffer service to render to a window.apatrick@google.com2009-09-2417-213/+681
* Changed selenium tests to recover from test crashes/hangs. Divided perceptual...kkania@google.com2009-09-2410-721/+841