aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-08fix sdl pixelformatAlon Zakai
2012-04-08clean up linker a.out|exe stubsAlon Zakai
2012-04-08add support for quoted labels; fixes #360Alon Zakai
2012-04-08support for sdl scancodesAlon Zakai
2012-04-07handle dollar in alias namesAlon Zakai
2012-04-07handle identical basenames in emcc properly; fixes #287Alon Zakai
2012-04-06restore support for noInitialRunAlon Zakai
2012-04-06add original versions of glbook tests, gles2.0 and not webgl-friendlyAlon Zakai
2012-04-05update test_emcc for windowsAlon Zakai
2012-04-05Merge pull request #355 from SiggyBar/windowsAlon Zakai
2012-04-05add final glbook testAlon Zakai
2012-04-05fix ccall test to make sure we export the functions properly to closureAlon Zakai
2012-04-05Merge pull request #356 from behdad/outgoingAlon Zakai
2012-04-05Don't clash with system sincos() if it's defined and we don't knowBehdad Esfahbod
2012-04-05Merge pull request #354 from behdad/fix-keyboardAlon Zakai
2012-04-05Merge pull request #353 from ehsan/stddev_extensionAlon Zakai
2012-04-05Use system sincos() if availableBehdad Esfahbod
2012-04-05Fixes to test_emcc for Windows.Sigmund Vik
2012-04-05Fix glutIdleFunc()Behdad Esfahbod
2012-04-05Make gears demo request animation framesBehdad Esfahbod
2012-04-05Make hello_world_gles build on the Mac nativelyBehdad Esfahbod
2012-04-04Add a test for the standard derivatives extensionEhsan Akhgari
2012-04-04add yet another working glbook testcaseAlon Zakai
2012-04-04add another glbook passing testcaseAlon Zakai
2012-04-04readme for cube2hash testcaseAlon Zakai
2012-04-04add test for looking for a bitcode lib if a specified lib is not bitcodeAlon Zakai
2012-04-03throw an exception in glutMainLoop, to prevent atexits from runningAlon Zakai
2012-04-03allow more reftest margin of errorAlon Zakai
2012-04-03add another working glbook testcaseAlon Zakai
2012-04-03allow 1/255 color error in reftests, to ignore aliasingAlon Zakai
2012-04-03missing reftest fileAlon Zakai
2012-04-03add another working glbook testAlon Zakai
2012-04-02make glut main loop throw again, and fix test_glgearsAlon Zakai
2012-04-02fix test_glgearsAlon Zakai
2012-04-02add second working glbook testAlon Zakai
2012-04-02make precise i64 math the defaultAlon Zakai
2012-04-02only include i64 precise code if it will actually be usedAlon Zakai
2012-04-02test fixesAlon Zakai
2012-04-01fix parsing of i64 constants in globals, and add working cube2hash testcaseAlon Zakai
2012-04-01improve i64 precise testAlon Zakai
2012-04-01proper precise unsigned i64 modulo, and passing tests for i64 division and mo...Alon Zakai
2012-04-01use bignum for unsigned i64 precise divisionAlon Zakai
2012-04-01add jsbn bignum library, fixes printing of unsigned precise i64sAlon Zakai
2012-04-01work towards unsigned precise i64s: add, subtract and multiply work but divid...Alon Zakai
2012-04-01support for precise i64 signed mathAlon Zakai
2012-03-31add reftest mechanism for browser tests, and complete glbook test 1Alon Zakai
2012-03-31almost working first glbook testAlon Zakai
2012-03-31add glbook filesAlon Zakai
2012-03-31library additions in preparation for glbook testsAlon Zakai
2012-03-31test cleanupAlon Zakai