You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed glGetFramebufferAttachmentParameteriv and an issue with glGetXXX when the returned value was null.
18
+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.8.1...1.8.2
19
+
20
+
v1.8.1: 1/3/2013
21
+
------------------
22
+
- Added support for WebGL hardware instancing extension.
23
+
- Improved fastcomp native LLVM backend support.
24
+
- Added support for #include filename.js to JS libraries.
25
+
- Deprecated --compression emcc command line parameter that manually compressed output JS files, due to performance issues. Instead, it is best to rely on the web server to serve compressed JS files.
26
+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.8.0...1.8.1
27
+
28
+
v1.8.0: 12/28/2013
29
+
------------------
30
+
- Fix two issues with function outliner and relooper.
31
+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.7.9...1.8.0
32
+
33
+
v1.7.9: 12/27/2013
34
+
------------------
35
+
- Added new command line parameter --em-config that allows specifying a custom location for the .emscripten configuration file.
36
+
- Reintroduced relaxed asm.js heap sizes, which no longer need to be power of 2, but a multiple of 16MB is sufficient.
37
+
- Added emrun command line tool that allows launching .html pages from command line on desktop and Android as if they were native applications. See https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E . Adds --emrun compiler link flag.
38
+
- Began initial work on the "fastcomp" compiler toolchain, a rewrite of the previous JS LLVM AST parsing and codegen via a native LLVM backend.
39
+
- Added --exclude-file command line flag to emcc and a matching --exclude command line flag to file packager, which allows specifying files and directories that should be excluded while packaging a VFS data blob.
40
+
- Improved GLES2 and EGL support libraries to be more spec-conformant.
41
+
- Optimized legacy GL emulation code path. Added new GL_FFP_ONLY optimization path to fixed function pipeline emulation.
42
+
- Added new core functions emscripten_log() and emscripten_get_callstack() that allow printing out log messages with demangled and source-mapped callstack information.
0 commit comments