<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/library_gl.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/library_gl.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/library_gl.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-20T22:42:49Z</updated>
<entry>
<title>When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension effectively, since we need to maintain the VAO state in the emulation layer to be able to programmatically construct the appropriate VBOs for rendering. Therefore only use WebGL VAO extension only when LEGACY_GL_EMULATION is not set. (An alternative could be to glGet() the VAO state when bound, or to maintain a shadow cache alongside the VAOs in the emulation layer, but that wholly defeats the performance purposes of VAOs, so it's the same to just never use the VAO extension when emulating). This fixes the browser GL emulation VAO tests.</title>
<updated>2014-02-20T22:42:49Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-20T22:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=50851c70efe445da8b56af1f59b5094845007bf1'/>
<id>urn:sha1:50851c70efe445da8b56af1f59b5094845007bf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up code formatting in VAO code to adhere to coding conventions. Fix reference to emulated GL VAO options to make the browser VAO tests pass.</title>
<updated>2014-02-19T15:43:00Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-19T15:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=68935bec83ac0c0d4b2403f37f228ddba7009dfb'/>
<id>urn:sha1:68935bec83ac0c0d4b2403f37f228ddba7009dfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove test on __deps</title>
<updated>2014-02-19T15:42:59Z</updated>
<author>
<name>Anthony Liot</name>
<email>aliot@actisku.com</email>
</author>
<published>2014-02-18T07:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8733fe4dd302abce2d8916d559f3194439988caf'/>
<id>urn:sha1:8733fe4dd302abce2d8916d559f3194439988caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ASSERTION by GL_ASSERTIONS</title>
<updated>2014-02-19T15:42:57Z</updated>
<author>
<name>Anthony Liot</name>
<email>anthony.liot@gmail.com</email>
</author>
<published>2014-02-17T22:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6a84be7c0c32ec08d3444b23983d34938affc93e'/>
<id>urn:sha1:6a84be7c0c32ec08d3444b23983d34938affc93e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support of both emulate and extension vao</title>
<updated>2014-02-19T15:42:56Z</updated>
<author>
<name>Anthony Liot</name>
<email>anthony.liot@gmail.com</email>
</author>
<published>2014-02-17T21:26:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b5e4175ddd42a0e1d3ca3281c9a2aa1d17ee099e'/>
<id>urn:sha1:b5e4175ddd42a0e1d3ca3281c9a2aa1d17ee099e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VAO Extension</title>
<updated>2014-02-19T15:42:54Z</updated>
<author>
<name>Anthony Liot</name>
<email>anthony.liot@gmail.com</email>
</author>
<published>2014-02-17T20:51:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=940543a71ccd5bd5638f58fa8d316e19c008514a'/>
<id>urn:sha1:940543a71ccd5bd5638f58fa8d316e19c008514a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix glGetTexParameter; fixes #2112</title>
<updated>2014-02-10T21:52:15Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-10T21:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f094c985b3283ee8d69c24653a963398e6f56a55'/>
<id>urn:sha1:f094c985b3283ee8d69c24653a963398e6f56a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve gl function copying code</title>
<updated>2014-02-10T00:36:28Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-10T00:36:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b5f3e7a6700eef8c5bfb90e957257cf94b23f21b'/>
<id>urn:sha1:b5f3e7a6700eef8c5bfb90e957257cf94b23f21b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>override emscripten_ versions of gl funcs when gl emulation kicks in</title>
<updated>2014-02-09T23:34:11Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-09T23:10:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=97a464a654fdadf5dfb8aa082b48516e6bf8d402'/>
<id>urn:sha1:97a464a654fdadf5dfb8aa082b48516e6bf8d402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>map gl functions to emscripten_ versions to avoid collisions, and to work in fastcomp</title>
<updated>2014-02-09T22:48:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-09T22:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=72c0b9e5c7682413398e31688999d3dc0e5384d8'/>
<id>urn:sha1:72c0b9e5c7682413398e31688999d3dc0e5384d8</id>
<content type='text'>
</content>
</entry>
</feed>
