aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-12fix tabs->spacesAlon Zakai
2012-07-12Merge pull request #380 from linghuye/masterAlon Zakai
2012-07-12treat pixels of 0 as null in texImage2DAlon Zakai
2012-07-11Merge branch 'master' into incomingAlon Zakai
2012-07-11Merge pull request #286 from richardassar/ie7fix_scriptAlon Zakai
Added IE7 fix script
2012-07-11add some slack to sdl_maprgba for linux/atiAlon Zakai
2012-07-11Merge pull request #508 from nandhp/masterAlon Zakai
Fix SDL_MapRGB and implement SDL_MapRGBA.
2012-07-11settings tweaksAlon Zakai
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-07-09llvm umul|add intrinsicsAlon Zakai
2012-07-09Merge pull request #505 from caiiiycuk/llvm_uadd_i8Alon Zakai
llvm_uadd_with_overflow_i8
2012-07-09Add llvm_uadd_with_overflow_i8 functionAleksander Guryanov
2012-07-08update test_emcc for -O3 doing inliningAlon Zakai
2012-07-08fix for getFastValue with subtracting a negativeAlon Zakai
2012-07-07refactor tex[Sub]Image2DAlon Zakai
2012-07-07support for float texturesAlon Zakai
2012-07-07make glut set the global context properly so webgl extensions are initializedAlon Zakai
2012-07-06add INLINING_LIMIT=0 to -O3Alon Zakai
2012-07-06unused << >> optimization in js optimizerAlon Zakai
2012-07-05Merge pull request #496 from imvu/pull-requestAlon Zakai
remove some unused command line arguments
2012-07-05bind attribute 0 to position in auto-generated shadersAlon Zakai
2012-07-05bind attribute 0 to user-defined programs when it is freeAlon Zakai
2012-07-05export Browser.pauseMainLoop|resumeMainLoopAlon Zakai
2012-07-05add myself to authors listChad Austin
2012-07-04remove unneeded byte padding in global allocations of individual number typesAlon Zakai
2012-07-04fix a bug with allocate not being told the right number of bytes with single ↵Alon Zakai
double values, and fix one extra byte being needlessly allocated while we are at it
2012-07-04fallbacks for lack of printErrAlon Zakai
2012-07-04pass the eliminator the filename to avoid OS-specific issues with reading ↵Alon Zakai
from stdin using node
2012-07-04do not eat stderr when running js optimizerAlon Zakai
2012-07-03remove some unused command line argumentsChad Austin
2012-07-03support non-GL_UNSIGNED_BYTE in glTexSubImage2D as wellAlon Zakai
2012-07-03support non-GL_UNSIGNED_BYTE texture pixel stylesAlon Zakai
2012-06-29export Browser.requestAnimationFrame since it is useful for general code as wellAlon Zakai
2012-06-27add some slack in aniso test for ati/nvidia differencesAlon Zakai
2012-06-27add some additional legitimate outputs to test_cubegeom (ati/linux)Alon Zakai
2012-06-27support for anisotropic filteringAlon Zakai
2012-06-27Add a comment about nostdinc++ and remove the -Xclang version tooEhsan Akhgari
2012-06-27Merge pull request #478 from juj/nostdincEhsan Akhgari
Clang++ reports warning "argument unused during compilation '-nostdinc++'.
2012-06-27preparatory work for anisotropyAlon Zakai
2012-06-26refactor gl compression ext handlingAlon Zakai
2012-06-26fix potential bug in getRendererAlon Zakai
2012-06-26fix lseek bug with devicesAlon Zakai
2012-06-25refactor Mix_PlayChannel and fix volume for RAWAlon Zakai
2012-06-25Merge pull request #490 from ehsan/audioAlon Zakai
Implement Mix_QuickLoad_RAW
2012-06-25use unique temp names for libraries tooAlon Zakai
2012-06-25Implement Mix_QuickLoad_RAWEhsan Akhgari
2012-06-25minor emcc bugfixAlon Zakai
2012-06-24remove unneeded -O2 in testAlon Zakai
2012-06-24Merge pull request #488 from ehsan/fogAlon Zakai
Fix the fog if the distance is negative
2012-06-22fix test_fcntlAlon Zakai