https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
4d813ce restore benchmark settings to incoming defaults 17 October 2014, 20:00:51 UTC
3b656a8 Merge branch 'incoming' into emterpreter 17 October 2014, 17:55:47 UTC
a2f12b3 update memory growth code 17 October 2014, 17:55:26 UTC
5a276ce disable test_printf in emterpreter 17 October 2014, 17:40:56 UTC
8be28d9 Merge pull request #2887 from waywardmonkeys/emar-em-config emar can receive --em-config. Don't pass along to llvm-ar. 17 October 2014, 03:53:13 UTC
d93dd48 reuse a single file in the vswprintf hack 16 October 2014, 22:02:50 UTC
ecf351e test repeated vswprintf 16 October 2014, 21:43:29 UTC
f68333f add mouseover/out events to html5.5; 1.25.2 16 October 2014, 19:06:26 UTC
fa16c5a Merge pull request #2892 from dvander/glTexImage3D Add glTexImage3D from GLES3. 16 October 2014, 10:40:37 UTC
c4dc122 Add glTexImage3D from GLES3. 16 October 2014, 08:35:25 UTC
941145e Centralize --em-config handling. Per request of Alon. 16 October 2014, 00:19:49 UTC
0cb2c2e add asm3i to test_modes 16 October 2014, 00:09:03 UTC
3f98cc8 do not warn on run deps existing when no asserts 15 October 2014, 22:56:17 UTC
2a76a8f misc site updates 15 October 2014, 22:52:57 UTC
bb184a1 minor cleanups in minifyLocals 15 October 2014, 22:31:59 UTC
a57f9b1 Merge pull request #2888 from waywardmonkeys/zlib_tests Zlib tests 15 October 2014, 20:34:52 UTC
e084763 Merge branch 'incoming' into emterpreter Conflicts: src/preamble.js 15 October 2014, 20:28:00 UTC
4895a87 optimize copyIndexedColorData by storing colors in 32-bit chunks; #2890 15 October 2014, 19:16:21 UTC
e60444f use ArrayBuffer.transfer if present, and log out memory growth times 15 October 2014, 18:20:45 UTC
1712aec Merge pull request #2890 from caiiiycuk/opaqueFrontBuffer Fix copyIndexedColorData to work correct with opaqueFrontBuffer flag 15 October 2014, 17:39:22 UTC
9de4c36 Correct opaqueFrontBuffer to work correct with 8bpp surface 15 October 2014, 17:15:33 UTC
f6a3a2c Merge pull request #2885 from dvander/glTexStorage2D Add some GLES3 functions for WebGL2. 15 October 2014, 10:46:31 UTC
54fb37c emar can receive --em-config. Don't pass along to llvm-ar. Fixes issue #2886. 15 October 2014, 09:02:19 UTC
14604bc test_zlib works on Node, so re-enable it. 15 October 2014, 08:58:23 UTC
9cf10aa zlib: Fix compilation warning in example.c 15 October 2014, 08:52:11 UTC
9633e9e add blacklist for bullet 14 October 2014, 21:17:27 UTC
6015651 assert on errors in emterpreter blacklist 14 October 2014, 20:20:28 UTC
3d9fced update news 14 October 2014, 19:02:34 UTC
186821e Add GLES3 headers. 14 October 2014, 18:40:00 UTC
4977930 add parser tool for demo output 14 October 2014, 18:14:37 UTC
6b13f28 Address review comments. 14 October 2014, 18:01:05 UTC
f6ea96a Fix an issue with glDeleteProgram and glDeleteShader not cleaning up the GL.programs and GL.shaders array of already deleted objects. 14 October 2014, 08:57:36 UTC
8fe4647 Fix GL library behavior when deleting nonexisting objects via glDeleteProgram, glDeleteShader, glDeleteFramebuffers and glDeleteRenderbuffers. Note that OpenGL is inconsistent and glDeleteProgram and glDeleteShader do report errors when deleting invalid objects, the other functions don't. 14 October 2014, 08:26:03 UTC
4224faf Add headers for OpenGL 4.2+. 14 October 2014, 03:35:34 UTC
6300d55 Add some WebGL2 fnuctions. 14 October 2014, 03:35:07 UTC
a8c8fad finalize saved original code when it will be swapped in 14 October 2014, 00:03:12 UTC
e9e1a43 fix bullet swap demo 13 October 2014, 23:33:15 UTC
44d3393 work towards swapping in bullet demo 13 October 2014, 23:24:37 UTC
dc9d645 always save the original when emterpretifying, it's right there anyhow 13 October 2014, 23:24:37 UTC
d876786 enable browser.test_asm_swapping in multiple test modes 13 October 2014, 22:58:06 UTC
b559b9c add test for asm module swapping 13 October 2014, 22:53:30 UTC
641291a fix positioning of pre and post asm markers 13 October 2014, 22:49:58 UTC
e1377d7 tolerate lack of memory init pattern in asm_module, implies no static bump 13 October 2014, 22:27:58 UTC
cc2f077 fix distill typo 13 October 2014, 22:27:38 UTC
170a106 fix swappable bug 13 October 2014, 22:27:18 UTC
c529b56 remove unneeded newline 13 October 2014, 21:23:12 UTC
2b692e1 SWAPPABLE_ASM_MODULE option, and finish distill 13 October 2014, 21:21:35 UTC
42cc8f2 comment on distill not working in closure 13 October 2014, 21:13:01 UTC
9ab54ad work on swapping 13 October 2014, 21:08:11 UTC
f2cab6d override global buffer var when enlarging memory, to not keep the old one alive 13 October 2014, 20:58:34 UTC
d580b49 save asm buffer on module object 13 October 2014, 20:57:47 UTC
52f78fb add distill_asm tool 13 October 2014, 20:29:03 UTC
8cb50b7 save asm module args on Module object 13 October 2014, 20:18:37 UTC
0f603c3 remove some unneeded code for Math.min 13 October 2014, 19:57:37 UTC
24ea407 cmake version note; fixes #2884 13 October 2014, 19:39:53 UTC
3abbfe0 Merge pull request #2871 from caiiiycuk/sdl_missed_fun Add SDL_ConvertSurface and fix SDL_SetAlpha 13 October 2014, 19:33:34 UTC
1b78248 show fractions of fps 13 October 2014, 18:29:22 UTC
382e2c0 adjust params 13 October 2014, 18:26:50 UTC
77f2e8c use bullet benchmark 13 October 2014, 18:18:32 UTC
b9e60e7 test restructuring 13 October 2014, 18:00:35 UTC
e745b09 Add SDL_ConvertSurface and fix SDL_SetAlpha * Implement SDL_ConvertSurface (https://wiki.libsdl.org/SDL_ConvertSurface) works only for default emscripten pixelformat * SDL_SetAlpha (http://www.libsdl.org/release/SDL-1.2.15/docs/html/sdlsetalpha.html) should ignore alpha channel if flag SDL_SRCALPHA is not set 13 October 2014, 16:47:47 UTC
ffc39e5 refactor bullet startup test 13 October 2014, 16:26:31 UTC
a09984d Merge pull request #2816 from waywardmonkeys/set-cache-from-command-line Configure the Emscripten cache directory from the command line. 11 October 2014, 00:05:38 UTC
d86a2e1 test improvements 10 October 2014, 23:34:41 UTC
17cdbc6 work on bullet startup test 10 October 2014, 23:00:48 UTC
c6d61af refactor break/continue in emterpreter 10 October 2014, 21:47:01 UTC
415c93b benchmarking option 10 October 2014, 20:31:17 UTC
748020a fix blacklist on blacklisted methods => emterpreted methods, add trampolines as needed 10 October 2014, 20:05:35 UTC
722d8d4 allow adding more functions to emterpreter blacklist 10 October 2014, 18:04:35 UTC
a223291 Configure the Emscripten cache directory from the command line. This allows passing --cache to emcc to set the Emscripten cache directory rather than only allowing this to be configured via the EM_CACHE environment variable. 10 October 2014, 10:58:03 UTC
4fcace5 make emterpreter optimization story more regular 10 October 2014, 02:52:17 UTC
4a41054 emit emterpreters first 10 October 2014, 01:36:16 UTC
8fbbce9 clean up emterpreter output 10 October 2014, 01:29:01 UTC
52b42a7 fix CSE bug with multiple adjacent replacements getting wrong indexes for the new vars 09 October 2014, 23:42:21 UTC
bf3706c memory growth fixes 09 October 2014, 21:25:58 UTC
962334a Merge pull request #2879 from caiiiycuk/workaround_1080646 Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1080646 09 October 2014, 21:23:54 UTC
3c74508 fix browser.test example 09 October 2014, 20:08:17 UTC
d4636fb tiny gl fixes 09 October 2014, 20:00:58 UTC
7db47af avoid x - -1.0 turning into x--1.0, fixes #2869 09 October 2014, 18:59:04 UTC
806fa79 Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1080646 FF throws js exception ```IndexSizeError: Index or size is negative or greater than the allowed amount``` in drawImage when source width or source height is zero. Also i add check for blitw and blith. 09 October 2014, 16:06:30 UTC
0ab6016 Merge pull request #2875 from waywardmonkeys/upstream-from-imvu Fix UnboundTypeError. 09 October 2014, 10:51:13 UTC
cb3c967 Merge pull request #2877 from waywardmonkeys/incorrect-ifdefery Use __EMSCRIPTEN__ for ifdefery, not EMSCRIPTEN. 09 October 2014, 10:45:21 UTC
f83a4ea Use __EMSCRIPTEN__ for ifdefery, not EMSCRIPTEN. 09 October 2014, 10:40:19 UTC
0210808 Fix UnboundTypeError. 09 October 2014, 05:31:23 UTC
cb1106a only emit trampolines we need, and other small fixes 09 October 2014, 04:09:44 UTC
aad6e20 Merge pull request #2874 from dvander/webgl2-drawbuffers Use WebGL2 native drawBuffers() when possible. 09 October 2014, 02:59:34 UTC
edef6ac Use WebGL2 native drawBuffers() when possible. 09 October 2014, 01:32:00 UTC
3382b64 simple calculation of which variables need a zeroinit 09 October 2014, 00:33:52 UTC
417b39e Merge pull request #2873 from dvander/add-use-webgl2-pref Add a USE_WEBGL2 pref. 08 October 2014, 22:36:50 UTC
3ef8cbe Add a USE_WEBGL2 pref. 08 October 2014, 22:02:34 UTC
a81a4f7 docs improvement 08 October 2014, 21:57:34 UTC
56720ec Merge pull request #2870 from juj/sdl_surface_lock_opts Sdl surface lock optimizations. 08 October 2014, 20:23:54 UTC
055b3c8 Merge pull request #2865 from dvander/support-webgl2-contexts Support WebGL2 contexts. 07 October 2014, 22:41:18 UTC
f781022 Pass major/minorVersion from init_context_attributes(). 07 October 2014, 22:25:42 UTC
96a43c9 Add WebGL 2.0 support to createContext(). 07 October 2014, 22:25:41 UTC
98f9878 improve TOTAL_MEMORY adjustment message; #2860 07 October 2014, 21:50:32 UTC
8cec96a make asm3i.test_hello_world more robust 07 October 2014, 21:19:55 UTC
ab78a6a implement INTCALL 07 October 2014, 21:16:34 UTC
2a3735d refactor CALL into EXTCALL and INTCALL, in preparation for INTCALL 07 October 2014, 19:05:37 UTC
6c1fd06 simplify emterpreter return ABI 07 October 2014, 18:50:37 UTC
back to top