aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-17Merge pull request #1871 from abergmeier/fixup_eglSwapBuffersjuj
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-15clear status when proxied worker first respondsAlon Zakai
2014-02-15fix canvas proxy code for sending resize eventsAlon Zakai
2014-02-14add request animation frame logic to proxy-to-workerRichard Janicek
2014-02-14add missing asm coercion to va_arg handler; #2120Alon Zakai
2014-02-14Remove flush from eglSwapBuffers emulation.Andreas Bergmeier
2014-02-14Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error reporti...Andreas Bergmeier
2014-02-14Bring eglSwapBuffers closer to actual documentation.Andreas Bergmeier
2014-02-13make logo a linkAlon Zakai
2014-02-13improve emcc help on shell file, and add minimal shell file exampleAlon Zakai
2014-02-13Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into ...Alon Zakai
2014-02-13Fix Mozilla Audio Data API usage after my previous commit that added the use ...Jukka Jylänki
2014-02-12Spruced up shell.htmlJack Arrington
2014-02-12Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incomingAlon Zakai
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-12Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t...Jukka Jylänki
2014-02-11Merge branch 'incoming' of github.com:mgerhardy/emscripten into incomingAlon Zakai
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai
2014-02-11escape curly braces in regexps for more portability (unescaped curly braces a...Sami Vaarala
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-10keep runtime alive if workers are calledAlon Zakai
2014-02-10keep runtime alive if we call async_prepare*Alon Zakai
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ...Alon Zakai
2014-02-10add stub for mkport in non-webrtcAlon Zakai
2014-02-10fix typo in exceptions codeAlon Zakai
2014-02-10fix fake _ZTISt9exceptionAlon Zakai
2014-02-10add aborting stubs in main modules, and replace them with functions from side...Alon Zakai
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
2014-02-10Merge pull request #1408 from rfk/move-std-fdsAlon Zakai
2014-02-10fix glGetTexParameter; fixes #2112Alon Zakai
2014-02-09Merge pull request #2084 from amatus/push-upstreamAlon Zakai
2014-02-09manually define typeinfo for std::exceptionAlon Zakai
2014-02-09emit aborting stubs for all missing functions, not just in asm modeAlon Zakai
2014-02-09improve gl function copying codeAlon Zakai
2014-02-09override emscripten_ versions of gl funcs when gl emulation kicks inAlon Zakai
2014-02-09map gl functions to emscripten_ versions to avoid collisions, and to work in ...Alon Zakai
2014-02-09resolve gl aliases directly, simpler for fastcompAlon Zakai
2014-02-09handle unknown shader compilation bugs a little betterAlon Zakai
2014-02-09move emscripten_GetProcAddress to a C library, so that it is less hackish and...1.10.3Alon Zakai
2014-02-07move deps info to fileAlon Zakai
2014-02-07do not emit i64 support code in shared libsAlon Zakai
2014-02-07improve safe heap tests in asm modeAlon Zakai
2014-02-06Remove constants that are missing in netinet/in.h1.10.2-0amatus1David Barksdale
2014-02-06Remove _-prefix from in6addr_*David Barksdale
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
2014-02-06Merge pull request #2100 from dreamlayers/prevent_hotkeysAlon Zakai
2014-02-06fix constant generation bug due to 3605f8ccAlon Zakai
2014-02-06warn when rendering without setAnimationFrameAlon Zakai