<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.9.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.9.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.9.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-15T22:19:55Z</updated>
<entry>
<title>fix Math_floor coercion in unrecommended codegen modes (no roundings correction or imprecise i64)</title>
<updated>2014-01-15T22:19:55Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-15T22:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=54331941bfda2dca0a59224d7219fc12f93b1c15'/>
<id>urn:sha1:54331941bfda2dca0a59224d7219fc12f93b1c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize FFP GL shader generation in the case when GL_COMBINE is used. This merges duplicate texture loads into one and avoids a redundant * 1.0 op.</title>
<updated>2014-01-15T20:11:18Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-15T19:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3740f37cc4b677fc6416587bbe3431f55be4316b'/>
<id>urn:sha1:3740f37cc4b677fc6416587bbe3431f55be4316b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize rendering from client-side memory by maintaining a set of doublebuffered VBOs. This improves performance by reducing CPU-GPU pipeline stalls.</title>
<updated>2014-01-15T15:31:19Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-15T15:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4a2fd2a412f2406c190d78d3e2a8e4676165aa93'/>
<id>urn:sha1:4a2fd2a412f2406c190d78d3e2a8e4676165aa93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further optimize FFP GL getRenderer() operation.</title>
<updated>2014-01-15T15:31:16Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-15T13:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=aba027c6e69d3e2750d0644e8967879bfc4df0a9'/>
<id>urn:sha1:aba027c6e69d3e2750d0644e8967879bfc4df0a9</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
