aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-17add OpenGL Desktop/ES 2.0 hardware instancing extensions compatibility functionsAntoine Lambert
2013-12-17use GL_ASSERTIONS instead of ASSERTIONSAntoine Lambert
2013-12-17add support for WebGL hardware instancing through extension ↵Antoine Lambert
ANGLE_instanced_arrays
2013-12-16allow -O0 in fastcomp, still in asm modeAlon Zakai
2013-12-16more benchmarking optionsAlon Zakai
2013-12-16fix varargs signature generation, '...' is optional and both cases must be ↵Alon Zakai
handled; fixes #1918
2013-12-16Merge branch 'em_config' of github.com:juj/emscripten into incomingAlon Zakai
Conflicts: emcc
2013-12-16handle a single empty alloca; fixes #1919Alon Zakai
2013-12-16add test file for tutorialAlon Zakai
2013-12-16Merge pull request #1896 from juj/emrunAlon Zakai
Emrun
2013-12-16fixes to get gcc to work on all benchmarksAlon Zakai
2013-12-16Merge pull request #1924 from ehostunreach/indentationAlon Zakai
Fix indentation of core test files
2013-12-16Merge pull request #1926 from coolwanglu/typo_fixAlon Zakai
fix typo
2013-12-16Merge pull request #1920 from coolwanglu/alias_fixAlon Zakai
simplifies with alias
2013-12-16Merge pull request #1927 from CliffyA/incomingAlon Zakai
Incoming
2013-12-16rename sm benchmark runnerAlon Zakai
2013-12-16fix native benchmark printing of stderrAlon Zakai
2013-12-16gcc benchmarkerAlon Zakai
2013-12-16option to run only core benchmarksAlon Zakai
2013-12-16add v8 benchmarkerAlon Zakai
2013-12-16show f32 results in benchmarksAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-16disable closure in benchmarksAlon Zakai
2013-12-16refactor benchmark runnerAlon Zakai
2013-12-17Update AUTHORSCliffyA
2013-12-17Fix for glfwSetCharCallback not being fired if glfwSetKeyCallback was also ↵CliffyA
registered
2013-12-16fix typoLu Wang
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15more float dotzero fixesAlon Zakai
2013-12-15fix for dot fixingAlon Zakai
2013-12-15when not running js opts in fastcomp, fix +f to f.0 in pythonAlon Zakai
2013-12-15test fixes for fastcompAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15final test_cases fixes for fastcompAlon Zakai
2013-12-15tests/cases fixes for fastcompAlon Zakai
2013-12-15test/cases fixes for fastcompAlon Zakai
2013-12-15timing reports for fastcompAlon Zakai
2013-12-15Fix the indentation of core test input files with clang-format.Vasilis Kalintiris
2013-12-14disable test for fastcompAlon Zakai
2013-12-14do not add i64 support funcs more than onceAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14disable more tests in fastcompAlon Zakai
2013-12-14take into account redirects in wrappersAlon Zakai
2013-12-14disable various tests in fastcompAlon Zakai
2013-12-14export code for CallHandlers.hAlon Zakai
2013-12-13do not import functions implemented by fastcompAlon Zakai
2013-12-13fix typoAlon Zakai
2013-12-13wrap external functions for function tables in fastcompAlon Zakai
2013-12-13Merge pull request #1835 from juj/gl_get_nullAlon Zakai
glGetXXX fixes.
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai