aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
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-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-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
2012-06-17crunch supportAlon Zakai
2012-06-17allow multiple preRun/postRunAlon Zakai
2012-06-17allow multiple pre-js and post-jsAlon Zakai
2012-06-16GL_QUAD non-0 start rendering fixAlon Zakai
2012-06-14EMSCRIPTEN_KEEPALIVEAlon Zakai
2012-06-14basic fog supportAlon Zakai
2012-06-14ignore phi assigns of undefAlon Zakai
2012-06-13s3tc compression supportAlon Zakai
2012-06-13automate test_sdl_canvas_palette and temporarily disable ↵Alon Zakai
test_sdl_canvas_palette_2
2012-06-13Merge pull request #466 from caiiiycuk/SDL_HWPALETTEAlon Zakai
Implementation of SDL_Surface with SDL_HWPALETTE flag (8bpp surface)
2012-06-13Implementation of SDL_HWPALETTEAleksander Guryanov
Little bit refactoring for copyIndexedColorData now it can accept dirty rect
2012-06-12allow multiple possible results in browser test, and use that to fix ↵Alon Zakai
test_matrix_identity on certain machines
2012-06-12Merge pull request #471 from ehsan/gl_identity_matrixAlon Zakai
Gl identity matrix
2012-06-12Initialize the projection and modelview matrices to identityEhsan Akhgari
This is required by the spec. Without this change, the testcase in this patch merely renders the background, and the box in the upper right corner will not get rendered at all.
2012-06-12handle duplicate files in file packagerAlon Zakai
2012-06-11use closure-exported FS API for preloadingAlon Zakai
2012-06-11export some filesystem commands through closureAlon Zakai
2012-06-05make cubegeom_normal_dap_far_glda more robustAlon Zakai
2012-06-04fix glDrawArrays with non-zero startAlon Zakai
2012-06-02glDrawRangeElementsAlon Zakai
2012-06-02return correct values for GL_SHADER_COMPILER and GL_NUM_SHADER_BINARY_FORMATSAlon Zakai
2012-06-02scan indices when necessary to figure out what vertex data to push, when no ↵Alon Zakai
buffers are being used. allows use of vertex data from arbitrary parts of the vertex data range, not just the beginning
2012-06-01handle pointers to clientside data in glDrawElements when emulating GLAlon Zakai
2012-05-31make strtod properly handle .5 etcAlon Zakai