<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium, branch android-x86-2.2</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-2.2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-2.2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2010-12-10T01:01:35Z</updated>
<entry>
<title>android: Add Android.mk's.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-11T08:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=88721c8555e1c65cdb1fa57f50e588d169e77915'/>
<id>urn:sha1:88721c8555e1c65cdb1fa57f50e588d169e77915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Add android backend for st/egl.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-11T08:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8148db591a7b0e7a51f664930301cc8d774a90a8'/>
<id>urn:sha1:8148db591a7b0e7a51f664930301cc8d774a90a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Fix GL_OES_EGL_image with SurfaceFlinger.</title>
<updated>2010-12-10T01:01:34Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2010-10-01T20:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=017c563cff3b70a708deeffa3945f51f6a2f1151'/>
<id>urn:sha1:017c563cff3b70a708deeffa3945f51f6a2f1151</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Use __mmap2 in winsys/svga.</title>
<updated>2010-12-10T01:01:34Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2010-10-09T03:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bf21df37c65a959269180ebc215447e2e6bd38fc'/>
<id>urn:sha1:bf21df37c65a959269180ebc215447e2e6bd38fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Fix build with bionic.</title>
<updated>2010-12-10T01:01:34Z</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=17935c0191b4c5adb68dd59df23282caef869875'/>
<id>urn:sha1:17935c0191b4c5adb68dd59df23282caef869875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>i915: Free with FREE.</title>
<updated>2010-12-10T00:39:22Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2010-10-10T18:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2e9e27c0f723654d32bbbb7c9da8a9e80a71cb9f'/>
<id>urn:sha1:2e9e27c0f723654d32bbbb7c9da8a9e80a71cb9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>targets/egl-gdi: Optional support for DRM screen.</title>
<updated>2010-12-10T00:39:22Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-11T07:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=455a7585de034f3f20f7c4a03fb5695cdf345d8d'/>
<id>urn:sha1:455a7585de034f3f20f7c4a03fb5695cdf345d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>r600g: fix userspace fence against lastest kernel</title>
<updated>2010-12-07T22:54:56Z</updated>
<author>
<name>Jerome Glisse</name>
<email>jglisse@redhat.com</email>
</author>
<published>2010-12-07T20:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b7617346dcff50a66a10c61b95c33682cf629c9e'/>
<id>urn:sha1:b7617346dcff50a66a10c61b95c33682cf629c9e</id>
<content type='text'>
R6XX GPU doesn't like to have two partial flush writting
back to memory in row without a prior flush of the pipeline.
Add PS_PARTIAL_FLUSH to flush all work between the CP and
the ES, GS, VS, PS shaders.

Thanks a lot to Alban Browaeys (prahal on irc) for investigating
this issue.

Signed-off-by: Alban Browaeys &lt;prahal@yahoo.com&gt;
Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
</entry>
<entry>
<title>r600g: remove dead code</title>
<updated>2010-12-07T21:14:18Z</updated>
<author>
<name>Jerome Glisse</name>
<email>jglisse@redhat.com</email>
</author>
<published>2010-12-07T21:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=69251fc4cd5f71be403e08398bc43d19052a640d'/>
<id>urn:sha1:69251fc4cd5f71be403e08398bc43d19052a640d</id>
<content type='text'>
Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
</entry>
<entry>
<title>r300g: also revalidate the SWTCL vertex buffer after its reallocation</title>
<updated>2010-12-07T18:26:28Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-12-07T18:24:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d8b861987d32444586e786cb39c6ef1c7498ae9b'/>
<id>urn:sha1:d8b861987d32444586e786cb39c6ef1c7498ae9b</id>
<content type='text'>
</content>
</entry>
</feed>
