diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-16 12:10:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-16 12:10:00 -0800 |
commit | 0d1f0bde195e0f58f017b2dd2ab694036843d64a (patch) | |
tree | 4c13bac472289ff9295f01a446c0b3f870acd707 | |
parent | a3108271317e8242830113a2c87ceed1ec4ac02d (diff) | |
parent | 9fed906bd03def3e21aba3c90bcbadd7b248b350 (diff) |
Merge branch 'patch-1' of github.com:sindresorhus/emscripten into incoming
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -118,3 +118,4 @@ a license to everyone to use it as detailed in LICENSE.) * Alexandre Perrot <alexandre.perrot@gmail.com> * Emerson José Silveira da Costa <emerson.costa@gmail.com> * Jari Vetoniemi <mailroxas@gmail.com> +* Sindre Sorhus <sindresorhus@gmail.com> @@ -12,12 +12,12 @@ Current trunk code - To see a list of commits in the active development branch 'incoming', which have not yet been packaged in a release, see https://github.com/kripken/emscripten/compare/1.8.2...incoming -v1.8.2: 1/4/2013 +v1.8.2: 1/4/2014 ------------------ - Fixed glGetFramebufferAttachmentParameteriv and an issue with glGetXXX when the returned value was null. - Full list of changes: https://github.com/kripken/emscripten/compare/1.8.1...1.8.2 -v1.8.1: 1/3/2013 +v1.8.1: 1/3/2014 ------------------ - Added support for WebGL hardware instancing extension. - Improved fastcomp native LLVM backend support. |