summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross
Commit message (Expand)AuthorAgeFilesLines
* Make more stuff private in renderergman@google.com2009-09-092-36/+46
* 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-049-87/+175
* This adds in targets for selenium and updated several other problems,gspencer@google.com2009-09-041-0/+2
* 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
* Adds GET_VERSION IMC message.gman@google.com2009-09-027-65/+283
* 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-0110-213/+346
* 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-288-42/+706
* Fixes toDataURL for GL by making it all work throughgman@google.com2009-08-2816-191/+325
* 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
* Created new build target for opengl command buffer service, fixed various bug...petersont@google.com2009-08-263-3/+3
* Moved include of precompiled header out of cc files in core to me more in acc...petersont@google.com2009-08-25103-117/+0
* Fix for osx Lanzcos scale test.gman@google.com2009-08-251-1/+13
* Cleanup Renderer.gman@google.com2009-08-2517-227/+316
* Make Mac also look for O3D_FORCE_SOFTWARE_RENDERERgman@google.com2009-08-242-0/+10
* Changes needed to make "all" build complete, including fixing the generated c...maf@google.com2009-08-193-21/+27
* Changes to make test project build.maf@google.com2009-08-193-164/+148
* Small fix for IMC UPDATE_TEXTURE_2Dgman@google.com2009-08-192-12/+115
* Add test for texture::SetRect to make sure -pitchgman@google.com2009-08-191-0/+91
* expose Bitmap to JavaScript.gman@google.com2009-08-1916-282/+982
* Changes to fix /core on GCC with all warnings turned on.maf@google.com2009-08-172-42/+40
* Change StreamBank to inherit from VertexSourcegman@google.com2009-08-179-141/+156
* Change to O3D IMC code so UPDATE_TEXTURE2D_RECT has gman@google.com2009-08-146-300/+341
* Fix for gyp release build.gman@google.com2009-08-131-2/+2
* Fixes for POT only systemsgman@google.com2009-08-131-2/+4
* Lots of changes needed to build with GCC in Chrome.maf@google.com2009-08-124-827/+831
* Fix Linux build break from r23051.tschmelcher@google.com2009-08-121-1/+1
* gcc fixesgman@google.com2009-08-121-36/+41
* ...gman@google.com2009-08-122-58/+65
* A few more cleanup items for bitmap andgman@google.com2009-08-123-12/+105
* Fix for GLgman@google.com2009-08-121-8/+2
* Fix so we don't attempt to generate mips for DXTgman@google.com2009-08-124-1/+19
* Put IMC back to ignore size because GTV is sendinggman@google.com2009-08-111-16/+19
* Changes to Bitmap before exposing to JavaScriptgman@google.com2009-08-1129-1123/+1030
* Fixing signed/unsigned compare warning failing under gyp build.bradnelson@google.com2009-08-111-2/+2