<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.8.11</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.8.11</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.8.11'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-14T22:49:29Z</updated>
<entry>
<title>fix double start bug #1992 in browser as well</title>
<updated>2014-01-14T22:49:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T22:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=836ca84817da520a818bf568470e6f853864410c'/>
<id>urn:sha1:836ca84817da520a818bf568470e6f853864410c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GLEW 1.10.0 emulation</title>
<updated>2014-01-14T15:04:58Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2014-01-14T15:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a39788f5020f726cbe6cfcc49de9cc669f445237'/>
<id>urn:sha1:a39788f5020f726cbe6cfcc49de9cc669f445237</id>
<content type='text'>
Includes library_glew.js that stubs the init functions, but also provides the
other functions.

GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants,
some missing constants that are in GLEW 1.10.0 are also provided.

Otherwise it still uses SDL_opengl.h to provide function definitions and
other constants.

Linaro's GLEW (glew-oes) is also supported to some degree to make it
easier to get ES1 and ES2 software using it running.

What it lacks:
- Some constants and function declarations that are in GLEW 1.10.0
might be missing.
- The real glew-es fork also includes normal GL constants and
function pointers, this does not.

Tests ran:
- tests/runner.py browser

Real world example using this code (and upcomming glfw3 port) can be found here:
http://cloudef.eu/glhck
http://cloudef.eu/glhck/qb.html
</content>
</entry>
<entry>
<title>add fputwc, which enables wprintf</title>
<updated>2014-01-14T01:03:24Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0e36f078d4a9666303340506638726d316096e07'/>
<id>urn:sha1:0e36f078d4a9666303340506638726d316096e07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'incoming' of github.com:kripken/emscripten into incoming</title>
<updated>2014-01-14T00:56:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cd1edebb5034ea52396a5b68304e84ae80878740'/>
<id>urn:sha1:cd1edebb5034ea52396a5b68304e84ae80878740</id>
<content type='text'>
conflicts: tests/test_core.py tools/shared.py
</content>
</entry>
<entry>
<title>Merge pull request #2004 from waywardmonkeys/updates</title>
<updated>2014-01-14T00:54:38Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2914deb17f3857bb02eeec87a58a3ed6d4a8853a'/>
<id>urn:sha1:2914deb17f3857bb02eeec87a58a3ed6d4a8853a</id>
<content type='text'>
Updates</content>
</entry>
<entry>
<title>unset precision if set to -1</title>
<updated>2014-01-14T00:52:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=af59788f8b7b76515e36bee1bf66edf497b801db'/>
<id>urn:sha1:af59788f8b7b76515e36bee1bf66edf497b801db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle precision -1 in printf .*</title>
<updated>2014-01-13T23:31:52Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-13T23:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7844db37f5b6dce1e7772f955ff606ef806ae032'/>
<id>urn:sha1:7844db37f5b6dce1e7772f955ff606ef806ae032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix GL emulation regression with VBO data caused by commit https://github.com/kripken/emscripten/commit/4e3c1b3e862ffd8e324cd1f24ed84692bd50a83b#commitcomment-5056244</title>
<updated>2014-01-13T22:39:23Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-13T22:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cb0f677e53e556185951c84a472a340ab49d3dc3'/>
<id>urn:sha1:cb0f677e53e556185951c84a472a340ab49d3dc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid leaks on multiple calls to relooper MakeOutputBuffer</title>
<updated>2014-01-13T20:43:55Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-13T20:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b97c1bc76ca7fa519ecb294e96c763e2e089653c'/>
<id>urn:sha1:b97c1bc76ca7fa519ecb294e96c763e2e089653c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow relooper to manager its own output buffer, to avoid fixed output limits</title>
<updated>2014-01-13T20:37:34Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-13T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d1f37af9792b048f7ef98140d067ba129a97c565'/>
<id>urn:sha1:d1f37af9792b048f7ef98140d067ba129a97c565</id>
<content type='text'>
</content>
</entry>
</feed>
