summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-06attachShader client portionAlon Zakai
2014-06-06createProgram, attachShaderAlon Zakai
2014-06-06getShaderInfoLogAlon Zakai
2014-06-06compileShaderAlon Zakai
2014-06-06remote creators, shaderSourceAlon Zakai
2014-06-06clear, createShaderAlon Zakai
2014-06-06enable, disable, clearcolorAlon Zakai
2014-06-06proxy getExtensionAlon Zakai
2014-06-06prepare to proxy gl commandsAlon Zakai
2014-06-06prefetch extensionsAlon Zakai
2014-06-06prefetch gl before running workerAlon Zakai
2014-06-05more preparations for prefetched parametersAlon Zakai
2014-06-05prepare for prefetched parametersAlon Zakai
2014-06-05gl constantsAlon Zakai
2014-06-05prepare for gl proxy testAlon Zakai
2014-06-05start WebGLWorkerAlon Zakai
2014-06-05PropertyBagAlon Zakai
2014-06-05fake document.documentElement and removeEventListenerAlon Zakai
2014-06-05generalize context proxying to support not just 2d contextsAlon Zakai
2014-06-05Merge pull request #2405 from huningxin/simd_phi_testAlon Zakai
Simd phi test
2014-06-04pull code out of loops when they have a single break and it allows us to ↵Alon Zakai
turn them into simpler do-whiles
2014-06-04fix sourceRegex for IE; issue #2400Alon Zakai
2014-06-04added Nicolas Guillemot to AUTHORSNicolas Guillemot
2014-06-04removed parens from copy&paste errorNicolas Guillemot
2014-06-04Merge branch 'mhenschel-cmake_response_files' into incomingJukka Jylänki
2014-06-04Merge branch 'cmake_response_files' of ↵Jukka Jylänki
https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files Conflicts: AUTHORS
2014-06-04export everything in the main module, so side modules can access itAlon Zakai
2014-06-03Merge pull request #2401 from rfk/rfk/fix-registerizeHarder-unlabelled-continueAlon Zakai
Fix registerizeHarder handling unlabelled continue
2014-06-04Fix registerizeHarder handling of unlabelled 'continue' inside a 'switch'.Ryan Kelly
2014-06-04Add test case for phi node handling in SIMD pathNingxin Hu
2014-06-03allocate in realpath() if necessaryAlon Zakai
2014-06-03fix other.test_emcc_nonfastcompAlon Zakai
2014-06-02Merge branch 'update_simd' of github.com:huningxin/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-06-021.19.11.19.1Alon Zakai
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
Musl stdio
2014-06-02fix very large doubles; fixes #2392Alon Zakai
2014-06-02add test for shell code not optimized in -profiling buildsAlon Zakai
2014-05-29show an error in tests/hello_world_file.cpp if we can't open the file; ↵Alon Zakai
closes #2389
2014-05-29NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()Alon Zakai
2014-05-291.19.01.19.0Alon Zakai
2014-05-29Add ningxin.hu@intel.com into AUTHORSNingxin Hu
2014-05-28Merge pull request #2388 from waywardmonkeys/upstream-from-imvuAlon Zakai
Upstream from imvu
2014-05-29Fix a bug where a returned handle to a derived JS object would not always ↵Chad Austin
correctly increment the reference count of the underlying smart pointer.
2014-05-28add emscripten_align typedefs for #2378Alon Zakai
2014-05-28Merge branch 'master' of github.com:JasonGreen/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-05-28glTex[Sub]Image* should not throw an exception, but should cause a ↵Jason Green
GL_INVALID_ENUM error on unrecognized formats or types
2014-05-28fix case of exceptions whitelist being emptyAlon Zakai
2014-05-28add test for building shared and static libraries with cmakeMarkus Henschel
2014-05-28add myself to authorsMarkus Henschel
2014-05-28use response files for everything and remove unnecessary settingsMarkus Henschel