<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/configs, branch android-x86-1.6</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-1.6</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-1.6'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2009-09-12T12:55:54Z</updated>
<entry>
<title>Add mine configs.</title>
<updated>2009-09-12T12:55:54Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2009-06-22T02:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c7ebd40185abfd9daa59b92d18f9f0269c82a2fa'/>
<id>urn:sha1:c7ebd40185abfd9daa59b92d18f9f0269c82a2fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: bump version to 7.7</title>
<updated>2009-09-08T22:46:06Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-09-08T22:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f78eafcacb67de3f2cd035335c4ecd98e21a8209'/>
<id>urn:sha1:f78eafcacb67de3f2cd035335c4ecd98e21a8209</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llvmpipe: use the udis86 lib to print the x86 assembly code</title>
<updated>2009-08-29T08:21:36Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-08-19T19:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d6d4f8b66e401e29c4f91fc4b1a7c8da23dc0286'/>
<id>urn:sha1:d6d4f8b66e401e29c4f91fc4b1a7c8da23dc0286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llvmpipe: re-enable other gallium drivers</title>
<updated>2009-08-29T08:21:35Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-08-18T22:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4c6fd574b1432b91c3645a3db586d3efbd9617bc'/>
<id>urn:sha1:4c6fd574b1432b91c3645a3db586d3efbd9617bc</id>
<content type='text'>
No more symbol collisions between drivers, AFAICT.
</content>
</entry>
<entry>
<title>llvmpipe: repurpose linux-llvm config to build the llvmpipe driver</title>
<updated>2009-08-29T08:21:35Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-08-18T22:28:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1ea1cd8468e51a45b1d3c3cac5e4fc6fefa183ba'/>
<id>urn:sha1:1ea1cd8468e51a45b1d3c3cac5e4fc6fefa183ba</id>
<content type='text'>
The gallivm module is no longer built.  If/when gallivm is resuscitated we
can revisit this.
</content>
</entry>
<entry>
<title>egl: Remove dependency on libX11.</title>
<updated>2009-08-21T14:34:34Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2009-08-21T05:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5a459d58fca2b71cb77c39f98df8a81ce6298421'/>
<id>urn:sha1:5a459d58fca2b71cb77c39f98df8a81ce6298421</id>
<content type='text'>
libX11 is used to determine the screen number, which is in turned used
to determine the DRI driver.  However, the sysfs interface for
determining the DRI driver is gone, and no working driver depends on
this mechanism.

Display string parsing is moved to a new function,
_eglSplitDisplayString.

Signed-off-by: Chia-I Wu &lt;olvaffe@gmail.com&gt;
</content>
</entry>
<entry>
<title>egl: Support per-thread info.</title>
<updated>2009-07-17T17:41:02Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2009-07-17T17:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=75da80b29556e6dbbba21e5297ca440e475f65cb'/>
<id>urn:sha1:75da80b29556e6dbbba21e5297ca440e475f65cb</id>
<content type='text'>
This commit introduces a "current" system to manage per-thread info.  It
uses TLS, if GLX_USE_TLS is defined, or pthread, if PTHREADS is defined.
If none of them are defined, it uses a dummy implementation that is just
like before.

Signed-off-by: Chia-I Wu &lt;olvaffe@gmail.com&gt;
</content>
</entry>
<entry>
<title>configs/darwin: Set CXX to g++.</title>
<updated>2009-06-26T18:36:45Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2009-06-26T18:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d3b46fc77f2ca8c5a11cb1f34a25a63f16349d92'/>
<id>urn:sha1:d3b46fc77f2ca8c5a11cb1f34a25a63f16349d92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>identity: Add new identity driver</title>
<updated>2009-06-24T11:04:56Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2009-06-24T00:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d60b2c68552a2729dfdb33c2bac4822453cf8ae2'/>
<id>urn:sha1:d60b2c68552a2729dfdb33c2bac4822453cf8ae2</id>
<content type='text'>
	This driver does no transformation of the gallium calls
	going to the real driver, like the identity matrix. It is
	intended to be the basis for transforming and/or debug
	drivers like trace and rbug.

	Authors of this patch are:
		Michal Krol, orignal heavy lifting.
		José Fonesca, object wrapping code stolen from trace.
		Jakob Bornecrantz, put it all toghether and renamed a stuff.
</content>
</entry>
<entry>
<title>Merge remote branch 'origin/master' into radeon-rewrite</title>
<updated>2009-06-07T06:51:32Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2009-06-07T06:51:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=545e574cd9a2a659cd9a93879dff8884bd247558'/>
<id>urn:sha1:545e574cd9a2a659cd9a93879dff8884bd247558</id>
<content type='text'>
</content>
</entry>
</feed>
