<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/configs/default, branch froyo-x86</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=froyo-x86</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=froyo-x86'/>
<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>egl: Implement libwayland-egl</title>
<updated>2011-02-07T12:55:20Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-02-04T11:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=214fc6e85057bc4661b76ae3f3c22733910da69c'/>
<id>urn:sha1:214fc6e85057bc4661b76ae3f3c22733910da69c</id>
<content type='text'>
This library is required and defined by wayland for
EGL implementations supporting wayland.
</content>
</entry>
<entry>
<title>Remove talloc from the make and automake build systems.</title>
<updated>2011-01-31T18:17:09Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2011-01-17T00:01:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d1d8120545b0bd2f7ec48c5f03c77b967b082e04'/>
<id>urn:sha1:d1d8120545b0bd2f7ec48c5f03c77b967b082e04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glapi: Fix OpenGL ES 1.1 and 2.0 interop.</title>
<updated>2011-01-20T09:15:50Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-12-26T10:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9767d3b5ad08640737e9d8dd4feb046478ae1f4b'/>
<id>urn:sha1:9767d3b5ad08640737e9d8dd4feb046478ae1f4b</id>
<content type='text'>
Move _glapi_* symbols from libGLESv1_CM.so and libGLESv2.so to
libglapi.so.  This makes sure an app will get only one copy of glapi in
its address space.

Note that with this change, libGLES* and libglapi must be built from the
same source tree and distributed together.  This requirement comes from
the fact that the dispatch offsets used by these libraries are
re-assigned whenever GLAPI XMLs are changed.
</content>
</entry>
<entry>
<title>Add GLX_TLS setting to configs/default.</title>
<updated>2011-01-10T22:39:21Z</updated>
<author>
<name>Tom Fogal</name>
<email>tfogal@alumni.unh.edu</email>
</author>
<published>2011-01-10T22:37:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0e3ff159f950f7481af53506a8331476bc54c00f'/>
<id>urn:sha1:0e3ff159f950f7481af53506a8331476bc54c00f</id>
<content type='text'>
Should have gone in with 31351dc029ff0e12a250e3ffc509f4f01e025a24,
thanks to Dan Nicholson for noticing.
</content>
</entry>
<entry>
<title>noop: make noop useable like trace or rbug</title>
<updated>2011-01-10T02:04:41Z</updated>
<author>
<name>Jerome Glisse</name>
<email>jglisse@redhat.com</email>
</author>
<published>2011-01-10T02:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3349517351059dcd70a81b31bdffe9835bd8f216'/>
<id>urn:sha1:3349517351059dcd70a81b31bdffe9835bd8f216</id>
<content type='text'>
If you want to enable noop set GALLIUM_NOOP=1 as an env variable.
You need first to enable noop wrapping for your driver see change
to src/gallium/targets/dri-r600/ in this commit as an example.

Signed-off-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
</entry>
<entry>
<title>mesa: bump version to 7.11</title>
<updated>2011-01-06T07:27:30Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2011-01-06T07:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=becd98018b5334d210702d9a17df6c1895b0cf73'/>
<id>urn:sha1:becd98018b5334d210702d9a17df6c1895b0cf73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: bump version to 7.10</title>
<updated>2010-09-18T00:52:13Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-18T00:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3c9653c3a014b6ae639f5de24205911da7c73281'/>
<id>urn:sha1:3c9653c3a014b6ae639f5de24205911da7c73281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: also build galahad driver</title>
<updated>2010-09-03T21:57:48Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-09-03T21:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2a5491792efd587c9ab1ba3c918de7b2bd94b673'/>
<id>urn:sha1:2a5491792efd587c9ab1ba3c918de7b2bd94b673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configs: Remove -lstdc++ from default.</title>
<updated>2010-08-24T19:14:14Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-24T19:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d3772eab2d1f72a1f1199b2860941995b9826c98'/>
<id>urn:sha1:d3772eab2d1f72a1f1199b2860941995b9826c98</id>
<content type='text'>
This patch undoes commit 9b7480cd95c2d1259e23bfb5549cefaa94ebaca1.

A follow-on patch will provide the proper fix.
</content>
</entry>
</feed>
