<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.11.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.11.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.11.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-17T20:05:10Z</updated>
<entry>
<title>Merge pull request #1871 from abergmeier/fixup_eglSwapBuffers</title>
<updated>2014-02-17T20:05:10Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-17T20:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=bae7c6e93962e4cb25ee5fa532bee5ba7f8f237c'/>
<id>urn:sha1:bae7c6e93962e4cb25ee5fa532bee5ba7f8f237c</id>
<content type='text'>
Fix eglSwapBuffers</content>
</entry>
<entry>
<title>support memory growth in (non-validating) asm.js</title>
<updated>2014-02-17T03:28:43Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-17T03:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=749325298aa5328429ee571f50034adaa4a6423d'/>
<id>urn:sha1:749325298aa5328429ee571f50034adaa4a6423d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime</title>
<updated>2014-02-16T20:30:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-16T20:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=153f2d93520f37525f30a3808b969c5533387a3c'/>
<id>urn:sha1:153f2d93520f37525f30a3808b969c5533387a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clear status when proxied worker first responds</title>
<updated>2014-02-15T22:55:09Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-15T22:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6334c3dd9814ef4174baadd0a4ecfed572596b72'/>
<id>urn:sha1:6334c3dd9814ef4174baadd0a4ecfed572596b72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix canvas proxy code for sending resize events</title>
<updated>2014-02-15T22:52:11Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-15T22:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=928e43767281fcb92102a02ae55bf53087d96ac0'/>
<id>urn:sha1:928e43767281fcb92102a02ae55bf53087d96ac0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add request animation frame logic to proxy-to-worker</title>
<updated>2014-02-15T02:02:29Z</updated>
<author>
<name>Richard Janicek</name>
<email>r@janicek.co</email>
</author>
<published>2014-02-15T01:48:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cf97d7f186230aea7e78df4ffc816ee31a33d6a6'/>
<id>urn:sha1:cf97d7f186230aea7e78df4ffc816ee31a33d6a6</id>
<content type='text'>
if worker sends frames faster then browser can render, skip them
</content>
</entry>
<entry>
<title>add missing asm coercion to va_arg handler; #2120</title>
<updated>2014-02-15T00:14:15Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-15T00:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=32bbd16cd13d6666b751bd1db15e37f9a4775056'/>
<id>urn:sha1:32bbd16cd13d6666b751bd1db15e37f9a4775056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove flush from eglSwapBuffers emulation.</title>
<updated>2014-02-14T14:42:59Z</updated>
<author>
<name>Andreas Bergmeier</name>
<email>abergmeier@gmx.net</email>
</author>
<published>2014-02-14T14:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5e952a9e3778c09db6befd48712786092e939261'/>
<id>urn:sha1:5e952a9e3778c09db6befd48712786092e939261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error reporting for EGL_BAD_ACCESS when invalid internal state is encountered.</title>
<updated>2014-02-14T14:36:24Z</updated>
<author>
<name>Andreas Bergmeier</name>
<email>abergmeier@gmx.net</email>
</author>
<published>2013-11-28T11:49:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5c1c6af37d4f4e0c88a5caf9b67afef0a0ffa58a'/>
<id>urn:sha1:5c1c6af37d4f4e0c88a5caf9b67afef0a0ffa58a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring eglSwapBuffers closer to actual documentation.</title>
<updated>2014-02-14T14:36:03Z</updated>
<author>
<name>Andreas Bergmeier</name>
<email>abergmeier@gmx.net</email>
</author>
<published>2013-11-28T08:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=95f56fca115aa35bf30a240f9faf3534d8035136'/>
<id>urn:sha1:95f56fca115aa35bf30a240f9faf3534d8035136</id>
<content type='text'>
Checks now whether ctx was initialized and not lost. Does a glFlush before returning.
And returns success codes from function.
</content>
</entry>
</feed>
