aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-07-17fix cases/514.ll for s_x_xAlon Zakai
2012-07-17commented future change to benchmarksAlon Zakai
2012-07-16add test for #514Alon Zakai
2012-07-16warn on wrong llvm versionAlon Zakai
2012-07-16optimize bswapAlon Zakai
2012-07-15remove whitespace at beginning of sscanf, fixes #512Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-15fix test_utfAlon Zakai
2012-07-14test utf8 in Pointer_stringifyAlon Zakai
2012-07-14utf-8 supportAlon Zakai
2012-07-14test FS.analyzePathAlon Zakai
2012-07-14fix test_popplerAlon Zakai
2012-07-12fix btest harness bug, python += is not the same as = +Alon Zakai
2012-07-12emscripten_push_main_loop_blockerAlon Zakai
2012-07-12fix tabs->spacesAlon Zakai
2012-07-12Merge pull request #380 from linghuye/masterAlon Zakai
2012-07-11add some slack to sdl_maprgba for linux/atiAlon Zakai
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-07-08update test_emcc for -O3 doing inliningAlon Zakai
2012-07-08fix for getFastValue with subtracting a negativeAlon Zakai
2012-07-07support for float texturesAlon Zakai
2012-07-06add INLINING_LIMIT=0 to -O3Alon Zakai
2012-07-05export Browser.pauseMainLoop|resumeMainLoopAlon 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-04pass the eliminator the filename to avoid OS-specific issues with reading ↵Alon Zakai
from stdin using node
2012-07-03support non-GL_UNSIGNED_BYTE texture pixel stylesAlon 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-27preparatory work for anisotropyAlon Zakai
2012-06-25Implement Mix_QuickLoad_RAWEhsan Akhgari
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
2012-06-22emcc --remove-duplicates optionAlon Zakai
2012-06-22Add a test case for negative distancesEhsan Akhgari
2012-06-21remove unneeded closure testingAlon Zakai
2012-06-21Merge pull request #487 from ehsan/fogAlon Zakai
Fog support for immediate mode
2012-06-21Merge pull request #483 from caiiiycuk/emscripten_fs_apiAlon Zakai
Emscripten filesystem api
2012-06-21Update the reference images based on 1132ddbfbEhsan Akhgari
2012-06-21Implement GL_LINEAR fog modeEhsan Akhgari
2012-06-21Implement GL_EXP2 fog modeEhsan Akhgari
2012-06-21Choose better names for the test filesEhsan Akhgari
2012-06-21Add support for fog densityEhsan Akhgari
2012-06-21Add a test for basic fog supportEhsan Akhgari
2012-06-21Implementation for emscripten_async_wgetAleksander Guryanov
2012-06-20support for non-square crunch textures with mipmapsAlon Zakai
2012-06-18do not recrunch if dds is unchangedAlon Zakai
2012-06-18test for decrunching more than one imageAlon Zakai
2012-06-18de-crunch in a workerAlon Zakai