<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/SConscript, branch r300</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2011-03-15T15:25:16Z</updated>
<entry>
<title>mesa: fix scons build</title>
<updated>2011-03-15T15:25:16Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-15T15:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d0e805ebd8fd492241e77c015ae7b2a0b7840869'/>
<id>urn:sha1:d0e805ebd8fd492241e77c015ae7b2a0b7840869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: add texture barrier support to the interface and st/mesa (v2)</title>
<updated>2011-03-15T14:58:12Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-08T10:32:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aea4ed41ed9b4d0442d1090ac1f01231a9859796'/>
<id>urn:sha1:aea4ed41ed9b4d0442d1090ac1f01231a9859796</id>
<content type='text'>
v2: change the gallium entry point to texture_barrier.
</content>
</entry>
<entry>
<title>mesa: add NV_texture_barrier</title>
<updated>2011-03-15T14:47:27Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-08T10:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=867f9b07d42c2b49ddb9e5bb17f0ac5c4a80d8ac'/>
<id>urn:sha1:867f9b07d42c2b49ddb9e5bb17f0ac5c4a80d8ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Move texenvprogram.c to ff_fragment_shader.cpp.</title>
<updated>2011-03-11T21:32:41Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2011-03-11T21:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=dee6eafbd2f8acf99da99960572f42fcf473f86a'/>
<id>urn:sha1:dee6eafbd2f8acf99da99960572f42fcf473f86a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>st/mesa: implement ARB_sync</title>
<updated>2011-03-08T22:52:37Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-05T19:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5257a6dbc65d742e6d0fcf4278a4157b2f39fdf7'/>
<id>urn:sha1:5257a6dbc65d742e6d0fcf4278a4157b2f39fdf7</id>
<content type='text'>
The ServerWaitSync implementation matches Intel's driver.

The extension is advertised when pipe_screen::fence_finish is set.
</content>
</entry>
<entry>
<title>scons: More tweaks to fix MinGW build.</title>
<updated>2011-03-03T16:57:38Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-03-03T16:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5d0e8beaa2051c28a7ac941e8aaad286e39e1267'/>
<id>urn:sha1:5d0e8beaa2051c28a7ac941e8aaad286e39e1267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Ensure generated headers are in the include path.</title>
<updated>2011-03-03T15:43:18Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-03-03T15:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=dbfbb8cf6da472e9000481ebd6a2a6b4e4845560'/>
<id>urn:sha1:dbfbb8cf6da472e9000481ebd6a2a6b4e4845560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Use Flex and Bison to generate lexer/parser files.</title>
<updated>2011-03-01T23:49:29Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2011-03-01T23:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8be58df67a3d3cc682407f10badcb92a1c988e65'/>
<id>urn:sha1:8be58df67a3d3cc682407f10badcb92a1c988e65</id>
<content type='text'>
This gets it building again here; I'll leave it up to the SCons
maintainers to make further improvements.
</content>
</entry>
<entry>
<title>mesa: move PBO-related functions into a new file</title>
<updated>2011-03-01T01:24:35Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-01T01:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b70610b9823fc7dc3672735c11be1a75fbb1a2a4'/>
<id>urn:sha1:b70610b9823fc7dc3672735c11be1a75fbb1a2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: Add texcompress_rgtc.c to SConscript.</title>
<updated>2011-02-28T07:17:49Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2011-02-28T07:17:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=93893139a4e81d0ac59c30ce7d1a124902bd36ef'/>
<id>urn:sha1:93893139a4e81d0ac59c30ce7d1a124902bd36ef</id>
<content type='text'>
</content>
</entry>
</feed>
