<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/include, 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-16T12:18:39Z</updated>
<entry>
<title>android: Fix build with bionic.</title>
<updated>2011-03-16T12:18:39Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-09-26T16:19:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c60978b2e03e6c00896306e3faeb2a84916b494c'/>
<id>urn:sha1:c60978b2e03e6c00896306e3faeb2a84916b494c</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>gallium: remove flags from the flush function</title>
<updated>2011-03-11T20:39:31Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T23:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7e02303497237cde958c28608477d0c355a8038b'/>
<id>urn:sha1:7e02303497237cde958c28608477d0c355a8038b</id>
<content type='text'>
The drivers have been changed so that they behave as if all of the flags
were set. This is already implicit in most hardware drivers and required
for multiple contexts.

Some state trackers were also abusing the PIPE_FLUSH_RENDER_CACHE flag
to decide whether flush_frontbuffer should be called.
New flag ST_FLUSH_FRONT has been added to st_api.h as a replacement.
</content>
</entry>
<entry>
<title>gallium: remove the geom_flags param from is_format_supported</title>
<updated>2011-03-11T20:39:30Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T23:01:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e968975cb57eb854769292f7c6ff773c64a386c3'/>
<id>urn:sha1:e968975cb57eb854769292f7c6ff773c64a386c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: cleanup fence_signalled and fence_finish</title>
<updated>2011-03-11T20:39:30Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T21:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bfe88e69988b3d3bdff0b9f6051d0428e1315653'/>
<id>urn:sha1:bfe88e69988b3d3bdff0b9f6051d0428e1315653</id>
<content type='text'>
So that they don't have the driver-specific param and return type.
</content>
</entry>
<entry>
<title>gallium: kill is_resource_referenced</title>
<updated>2011-03-11T20:39:30Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T21:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=25485f4b69447514ab8b595aced90c75606a99bd'/>
<id>urn:sha1:25485f4b69447514ab8b595aced90c75606a99bd</id>
<content type='text'>
Only st/xorg used it and even incorrectly with regards to pipelined transfers.
</content>
</entry>
<entry>
<title>gallium: add timeout parameter to fence_finish</title>
<updated>2011-03-08T22:52:37Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-05T20:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b39bccbd4ed71e9585da4cf5acf7b887b2e90899'/>
<id>urn:sha1:b39bccbd4ed71e9585da4cf5acf7b887b2e90899</id>
<content type='text'>
This is a follow-up to the ARB_sync patch for st/mesa and completes
the ARB_sync implementation.
</content>
</entry>
<entry>
<title>gallium/util: add LATC support</title>
<updated>2011-03-08T22:52:37Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T01:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=23f92c20d721aa373d91a949586fd93a92d9f275'/>
<id>urn:sha1:23f92c20d721aa373d91a949586fd93a92d9f275</id>
<content type='text'>
Again, a lot of code is shared with RGTC.

The layout is UTIL_FORMAT_LAYOUT_RGTC, because LATC is just swizzled RGTC.
</content>
</entry>
<entry>
<title>gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR</title>
<updated>2011-03-05T16:40:19Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-05T15:06:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=95c7881ac8240fa369e33db411bbd165d0f61948'/>
<id>urn:sha1:95c7881ac8240fa369e33db411bbd165d0f61948</id>
<content type='text'>
ARB_instanced_arrays is a subset of D3D9.
ARB_draw_instanced is a subset of D3D10.

The point of this change is to allow D3D9-level drivers to enable
ARB_instanced_arrays without ARB_draw_instanced.
</content>
</entry>
<entry>
<title>gallium: Define __func__ on MSVC.</title>
<updated>2011-03-04T11:55:36Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-03-04T11:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d40b868db5b82529cbe07598b2ebef23cc31a7fa'/>
<id>urn:sha1:d40b868db5b82529cbe07598b2ebef23cc31a7fa</id>
<content type='text'>
</content>
</entry>
</feed>
