summaryrefslogtreecommitdiffstats
path: root/o3d/core
Commit message (Expand)AuthorAgeFilesLines
* Added 32-bit float textures to command buffers, also changed the texture::For...petersont@google.com2009-09-301-3/+7
* Quick fix for skinning translation bug.gman@google.com2009-09-291-1/+1
* More work in Command Buffersgman@google.com2009-09-2617-252/+243
* Added command buffer unit tests to gyp.apatrick@google.com2009-09-242-1/+11
* Change command buffer client code to use structures.gman@google.com2009-09-2311-368/+237
* Rewrote full-screen support on Windows. O3D now always creates its ownkbr@google.com2009-09-176-82/+124
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-176-631/+631
* This updated the GYP deps file to the last known good revision of Chrome,gspencer@google.com2009-09-151-1/+1
* Review URL: http://codereview.chromium.org/176026rlp@google.com2009-09-153-44/+194
* Made gyp file for command buffer libraries.apatrick@google.com2009-09-155-13/+58
* Guess at getting linux build to work.gman@google.com2009-09-102-15/+9
* missed onegman@google.com2009-09-091-0/+7
* Make more stuff private in renderergman@google.com2009-09-093-37/+47
* Check for value overlow in buffer.ccgman@google.com2009-09-091-0/+7
* This fixes some warnings in the Linux release build.bradnelson@google.com2009-09-092-8/+9
* minor change of render_surface_test.ccgman@google.com2009-09-091-0/+2
* Fix for mac/linux unit_testgman@google.com2009-09-091-0/+2
* Add check for offset + number_of_bytes overflowgman@google.com2009-09-041-2/+4
* Make O3D always clear the backbuffer one way or gman@google.com2009-09-0410-88/+186
* This adds in targets for selenium and updated several other problems,gspencer@google.com2009-09-042-14/+31
* Get Mac GYP build compiling.maf@google.com2009-09-031-1/+1
* Fixing GYP build. Warning generated by this code was treated as error at com...vangelis@google.com2009-09-031-1/+1
* This CL adds the createRawDataFromDataURL function to o3d.Pack. The functionmstrydom@google.com2009-09-023-0/+34
* Fixing mac and linux buildvangelis@google.com2009-09-022-4/+6
* Fixing path in call to version_info.pybradnelson@google.com2009-09-021-1/+1
* Adds GET_VERSION IMC message.gman@google.com2009-09-029-66/+289
* Rename render_width and render_height to display_widthgman@google.com2009-09-014-25/+25
* Fix for param array support in effects for GLgman@google.com2009-09-011-1/+2
* Fixes for texture locking.gman@google.com2009-09-014-11/+5
* Update Texture::Lock to take an AccessMode.gman@google.com2009-09-0112-311/+378
* Switching DISPLAY_MODE_DEFAULT to create to a non-full-screen window at the c...vangelis@google.com2009-08-311-7/+15
* Fix for Canvas::DrawBitmap that I broke when addinggman@google.com2009-08-311-1/+1
* Fix for mac setRect?gman@google.com2009-08-291-0/+4
* Fix syntax accessing enum scoped to class, to fix GCC builds.maf@google.com2009-08-281-1/+1
* Adding in render surfaces for command buffers. Fixing SetRect as well.rlp@google.com2009-08-289-42/+707
* Fixes toDataURL for GL by making it all work throughgman@google.com2009-08-2820-352/+468
* temp fix for bug with compressed texture clearinggman@google.com2009-08-271-19/+20
* Clear textures on creation for D3D because it gman@google.com2009-08-271-0/+41
* Security fix for DDS files.gman@google.com2009-08-271-0/+9
* Adds a RENDER message to the O3D IMC.gman@google.com2009-08-264-0/+141
* Fixes for OSX float differences from Windows.gman@google.com2009-08-261-7/+21
* Changes needed to get everything packaged for Mac.maf@google.com2009-08-261-1/+11
* Created new build target for opengl command buffer service, fixed various bug...petersont@google.com2009-08-265-5/+19
* Added a compiler flag to include precompile.h on command line in core on unix...petersont@google.com2009-08-261-0/+1
* Moved include of precompiled header out of cc files in core to me more in acc...petersont@google.com2009-08-25104-118/+6
* Fix for osx Lanzcos scale test.gman@google.com2009-08-251-1/+13
* Cleanup Renderer.gman@google.com2009-08-2521-344/+403
* Make Mac also look for O3D_FORCE_SOFTWARE_RENDERERgman@google.com2009-08-243-9/+11
* Changes the Windows backbuffer to RGBA mode.gman@google.com2009-08-212-86/+63
* Fix bug where shaders fail if the last // #o3d linegman@google.com2009-08-191-0/+1