<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/drivers/nv04, 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-04T21:15:22Z</updated>
<entry>
<title>Nuke the nv0x-nv2x gallium pipe drivers.</title>
<updated>2010-02-04T21:15:22Z</updated>
<author>
<name>Francisco Jerez</name>
<email>currojerez@riseup.net</email>
</author>
<published>2010-02-04T21:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5b6b67eb3ff714fbba8aed88a22a7646e1dbf655'/>
<id>urn:sha1:5b6b67eb3ff714fbba8aed88a22a7646e1dbf655</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: fix more missing includes from various places</title>
<updated>2010-02-04T00:52:43Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2010-02-04T00:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3584a44270a7f3a04e187bd79b5373314514d383'/>
<id>urn:sha1:3584a44270a7f3a04e187bd79b5373314514d383</id>
<content type='text'>
nouveau/ dri st / vmware
</content>
</entry>
<entry>
<title>nouveau: include stdio.h and u_inlines.h in all context files since embedded changes</title>
<updated>2010-02-04T00:03:39Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2010-02-04T00:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=adf4c1ae10c172222690bf8ec2496cec8ce151dd'/>
<id>urn:sha1:adf4c1ae10c172222690bf8ec2496cec8ce151dd</id>
<content type='text'>
fixes nouveau build for me.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple_screen.h</title>
<updated>2010-02-02T16:09:56Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-02-02T16:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=25357696c3f253d44e83798e2a7e7f1f60c5adc5'/>
<id>urn:sha1:25357696c3f253d44e83798e2a7e7f1f60c5adc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: pipe/p_inlines.h -&gt; util/u_inlines.h</title>
<updated>2010-02-02T14:42:17Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-02-02T14:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=28486880ca3ec39419ccee0cb1a3bedc9ef7117c'/>
<id>urn:sha1:28486880ca3ec39419ccee0cb1a3bedc9ef7117c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nv04: Update to new nouveau_class.h</title>
<updated>2010-02-01T00:30:19Z</updated>
<author>
<name>Marcin Kościelnicki</name>
<email>koriakin@0x04.net</email>
</author>
<published>2010-01-31T19:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=de917c1c610a0f0351bf5ceb6b1ede1a88a359ce'/>
<id>urn:sha1:de917c1c610a0f0351bf5ceb6b1ede1a88a359ce</id>
<content type='text'>
Signed-off-by: Francisco Jerez &lt;currojerez@riseup.net&gt;
</content>
</entry>
<entry>
<title>tgsi: add caps for fragment coord conventions (v3)</title>
<updated>2010-01-29T13:13:14Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-01-21T04:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6c403750d6515f8b2f333d995c87676016e1883d'/>
<id>urn:sha1:6c403750d6515f8b2f333d995c87676016e1883d</id>
<content type='text'>
Changes in v3:
- Renumber caps to accomodate caps to add to master in the meantime
- Document caps
- Add unsupported caps to *_screen.c too

Changes in v2:
- Split for properties patch
- Use positive caps instead of negative caps

This adds 4 caps to indicate support of each of the fragment coord
conventions.

All drivers are also modifed to add the appropriate caps.

Some drivers were incorrectly using non-Gallium-default conventions,
and caps for them have them set so that they will behave correctly
after the later state tracker patches.

This drivers are softpipe/llvmpipe (uses integer rather than half
integer) and pre-nv50 Nouveau (uses lower left rather than upper left).

Other drivers might be broken. With this patchset, fixing them is
only a matter of exposing the appropriate caps that match the behavior
of the existing code.

Drivers are encouraged to support all conventions themselves for better
performance, and this feature is added to softpipe in a later patch.
</content>
</entry>
<entry>
<title>Merge commit 'origin/perrtblend'</title>
<updated>2010-01-28T16:23:58Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2010-01-28T16:23:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9b346f83a7b672e913a7bb6a089d5dbd7fbdce06'/>
<id>urn:sha1:9b346f83a7b672e913a7bb6a089d5dbd7fbdce06</id>
<content type='text'>
Conflicts:
	src/gallium/drivers/softpipe/sp_screen.c
	src/gallium/include/pipe/p_defines.h
</content>
</entry>
<entry>
<title>gallium: Enable multiple constant buffers for vertex and geometry shaders.</title>
<updated>2010-01-28T13:07:53Z</updated>
<author>
<name>Michal Krol</name>
<email>michal@vmware.com</email>
</author>
<published>2010-01-25T11:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9851644435f991a1a1bbb145333a97601627b37d'/>
<id>urn:sha1:9851644435f991a1a1bbb145333a97601627b37d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: add the new PIPE_CAP blend bits to more drivers</title>
<updated>2010-01-26T16:32:57Z</updated>
<author>
<name>Roland Scheidegger</name>
<email>sroland@vmware.com</email>
</author>
<published>2010-01-26T16:32:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1a9d01dcde26aee4db662deb7069fa14069062de'/>
<id>urn:sha1:1a9d01dcde26aee4db662deb7069fa14069062de</id>
<content type='text'>
some drivers will complain if they don't know the cap bit
</content>
</entry>
</feed>
