<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/state_trackers/python/retrace, 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>2010-02-14T11:16:41Z</updated>
<entry>
<title>progs/gallium/python: New home for python statetracker scripts.</title>
<updated>2010-02-14T11:16:41Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-02-14T11:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=50812e633fa433937c7ba885fa334f44ec0bad58'/>
<id>urn:sha1:50812e633fa433937c7ba885fa334f44ec0bad58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: adapt state trackers to stencil ref change</title>
<updated>2010-02-10T17:46:43Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2010-02-10T17:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=903bb045b506ed5d64d1de90d8a17bb9d0d56a44'/>
<id>urn:sha1:903bb045b506ed5d64d1de90d8a17bb9d0d56a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'gallium-nopointsizeminmax'</title>
<updated>2010-02-09T18:32:21Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2010-02-09T18:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=653a83445f94620673f747a4ace6847a2c7fdb4d'/>
<id>urn:sha1:653a83445f94620673f747a4ace6847a2c7fdb4d</id>
<content type='text'>
Conflicts:
	src/gallium/drivers/nv10/nv10_state.c
	src/gallium/drivers/nv20/nv20_state.c
	src/gallium/drivers/nv50/nv50_program.c
</content>
</entry>
<entry>
<title>gallium/python: support two more formats in retrace dumps</title>
<updated>2010-02-06T00:29:34Z</updated>
<author>
<name>Zack Rusin</name>
<email>zackr@vmware.com</email>
</author>
<published>2010-02-06T00:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8109b6d31367986a2c4a8ad82dadd9c0db61b6c3'/>
<id>urn:sha1:8109b6d31367986a2c4a8ad82dadd9c0db61b6c3</id>
<content type='text'>
dump PIPE_FORMAT_R8G8B8A8_UNORM and PIPE_FORMAT_R16G16B16_SNORM formats.
</content>
</entry>
<entry>
<title>gallium: clean up point sprite rasterizer state</title>
<updated>2010-02-03T16:25:14Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2010-02-03T16:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4a4daa75a85db22cd37ebd533ebbccb427e07077'/>
<id>urn:sha1:4a4daa75a85db22cd37ebd533ebbccb427e07077</id>
<content type='text'>
Don't need sprite coord origin per coord.
Also, don't need separate sprite enable bit - if all coords have it diabled,
then there are no point sprites (technically, there's a distinction in pre-GL3,
but it only differs in having more leniency in clamping to max size, something
the state tracker would need to handle and the hardware won't bother anyway).
Also, use packed field for the per-coord enables.
All in all, should save 3 dwords in rasterizer state (from 10 down to 7).
</content>
</entry>
<entry>
<title>Merge branch 'gallium-noconstbuf'</title>
<updated>2010-01-15T17:09:45Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2010-01-15T17:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5e5d0ad08167c178fcda005862e3dbead3e8c482'/>
<id>urn:sha1:5e5d0ad08167c178fcda005862e3dbead3e8c482</id>
<content type='text'>
Conflicts:
	src/gallium/drivers/softpipe/sp_draw_arrays.c
	src/mesa/state_tracker/st_draw_feedback.c
</content>
</entry>
<entry>
<title>python/retrace: Dump only the specified image rectangles.</title>
<updated>2009-12-28T22:53:40Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-12-28T16:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=64893eb5017274a955a4166c50b56601fb7673b8'/>
<id>urn:sha1:64893eb5017274a955a4166c50b56601fb7673b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Update python state tracker and samples for recent interface changes.</title>
<updated>2009-12-26T01:14:59Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-12-26T01:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=230a5b5f1c9b6c4279384dc6da006f9b65068d12'/>
<id>urn:sha1:230a5b5f1c9b6c4279384dc6da006f9b65068d12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: adapt state trackers etc. to pipe_constant_buffer removal</title>
<updated>2009-12-23T19:44:06Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2009-12-23T19:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f44b0ff84338c2184ef4f2cbb752bf62f4fff1fc'/>
<id>urn:sha1:f44b0ff84338c2184ef4f2cbb752bf62f4fff1fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: fix up drivers for edgeflag changes</title>
<updated>2009-12-18T23:18:43Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2009-12-18T23:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=429f0e3b37e33a33289f8488369474b20bfd5247'/>
<id>urn:sha1:429f0e3b37e33a33289f8488369474b20bfd5247</id>
<content type='text'>
several drivers which chose to ignore edgeflags might require some more work,
while edgeflags never worked there they might now crash.
</content>
</entry>
</feed>
