<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/x86, 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-02-12T02:31:05Z</updated>
<entry>
<title>mesa: Optionally build a dricore support library (v3)</title>
<updated>2011-02-12T02:31:05Z</updated>
<author>
<name>Christopher James Halse Rogers</name>
<email>christopher.halse.rogers@canonical.com</email>
</author>
<published>2011-02-03T00:19:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d1e28b22673777fe1290cda899abf73aad02e4aa'/>
<id>urn:sha1:d1e28b22673777fe1290cda899abf73aad02e4aa</id>
<content type='text'>
This an adds --enable-shared-dricore option to configure.  When enabled,
DRI modules will link against a shared copy of the common mesa routines
rather than statically linking these.

This saves about 30MB on disc with a full complement of classic DRI
drivers.

v2: Only enable with a gcc-compatible compiler that handles rpath
    Handle DRI_CFLAGS without filter-out magic
    Build shared libraries with the full mklib voodoo
    Fix typos
v3: Resolve conflicts with talloc removal patches

Signed-off-by: Christopher James Halse Rogers &lt;christopher.halse.rogers@canonical.com&gt;
</content>
</entry>
<entry>
<title>mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S</title>
<updated>2011-01-24T21:37:52Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dimitry@andric.com</email>
</author>
<published>2011-01-24T21:36:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=811ee32a9ef177bec46c82692eeac8bc7297753c'/>
<id>urn:sha1:811ee32a9ef177bec46c82692eeac8bc7297753c</id>
<content type='text'>
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33386
NOTE: This is a candidate for the 7.9 and 7.10 branches

Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>x86: Clean up header file inclusion in mmx.h.</title>
<updated>2010-12-30T09:26:47Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-12-30T09:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=79fa5acf26d02760d745be435d1b0a28e485a4d6'/>
<id>urn:sha1:79fa5acf26d02760d745be435d1b0a28e485a4d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop GLcontext typedef and use struct gl_context instead</title>
<updated>2010-10-13T13:43:25Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T16:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f9995b30756140724f41daf963fa06167912be7f'/>
<id>urn:sha1:f9995b30756140724f41daf963fa06167912be7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x86: Silence unused variable warning on Mac OS X.</title>
<updated>2010-09-18T06:59:23Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-18T06:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9ea2a3af9c3e150e212f2bcbb23ae05b4779d702'/>
<id>urn:sha1:9ea2a3af9c3e150e212f2bcbb23ae05b4779d702</id>
<content type='text'>
Silences the following GCC warning on Mac OS X.
x86/common_x86.c:58: warning: 'detection_debug' defined but not used
</content>
</entry>
<entry>
<title>mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.</title>
<updated>2010-08-26T06:43:21Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2010-08-26T06:26:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aa2f55883b9a4e8a192c5dcc97ae7fdab2a33e0a'/>
<id>urn:sha1:aa2f55883b9a4e8a192c5dcc97ae7fdab2a33e0a</id>
<content type='text'>
I don't know of any problems with CPU detection in years.  Don't spam
the user that was just looking to enable assertions with this stuff.
</content>
</entry>
<entry>
<title>mesa: Move the x86 detection debug messages next to the detection.</title>
<updated>2010-08-26T06:43:21Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2010-08-26T06:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7af8f7f164dba479de25aed835c890db39351d8d'/>
<id>urn:sha1:7af8f7f164dba479de25aed835c890db39351d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x86: Remove unnecessary header from sse.h.</title>
<updated>2010-08-16T07:26:10Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-16T07:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3261c6c41edeed31fb6f667a7ba21b225b12323a'/>
<id>urn:sha1:3261c6c41edeed31fb6f667a7ba21b225b12323a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x86: Include missing headers in mmx.h.</title>
<updated>2010-08-16T06:29:09Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-16T06:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2144f8e95e67cb4743ce7eaf490c9983c888fea4'/>
<id>urn:sha1:2144f8e95e67cb4743ce7eaf490c9983c888fea4</id>
<content type='text'>
Include compiler.h for _ASMAPI symbol.
Include mtypes.h for GLcontext symbol.
</content>
</entry>
<entry>
<title>x86: Remove unnecessary header from 3dnow.h.</title>
<updated>2010-08-16T06:10:42Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-16T06:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=51f979c347a86dfe322f276d4931c89f1682a445'/>
<id>urn:sha1:51f979c347a86dfe322f276d4931c89f1682a445</id>
<content type='text'>
</content>
</entry>
</feed>
