<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/configs/linux-egl, 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: remove PROGRAM_DIRS from config files</title>
<updated>2010-06-04T23:47:53Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-06-04T23:42:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3d07060ae338b2906f3fd7a4f89ec51f70852f69'/>
<id>urn:sha1:3d07060ae338b2906f3fd7a4f89ec51f70852f69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>progs/egl: Add egl/eglut to PROGRAM_DIRS.</title>
<updated>2010-04-27T06:19:24Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-04-27T06:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fbfecda6ae9cf3ccaa1cef3ea60dfec12ca6e503'/>
<id>urn:sha1:fbfecda6ae9cf3ccaa1cef3ea60dfec12ca6e503</id>
<content type='text'>
Make sure eglut is built before the demos.  This should work more
reliably with make -j&lt;N&gt;.
</content>
</entry>
<entry>
<title>progs/egl: Move demos a level deeper.</title>
<updated>2010-04-01T14:25:48Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-04-01T03:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c727ef01083c873abfaf3c79b28d7cbcd6361bf3'/>
<id>urn:sha1:c727ef01083c873abfaf3c79b28d7cbcd6361bf3</id>
<content type='text'>
Move the demos to "opengl" subdirectory.
</content>
</entry>
<entry>
<title>Merge commit 'origin/master' into gallium-sw-api-2</title>
<updated>2010-03-09T11:02:37Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-03-09T11:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0c96690a5b6e1c2d114e7ec5f1e9d60a4ff2a330'/>
<id>urn:sha1:0c96690a5b6e1c2d114e7ec5f1e9d60a4ff2a330</id>
<content type='text'>
Conflicts:
	src/gallium/drivers/llvmpipe/lp_setup.c
	src/gallium/drivers/softpipe/sp_texture.c
	src/gallium/drivers/softpipe/sp_winsys.h
	src/gallium/state_trackers/egl/common/egl_g3d.c
	src/gallium/state_trackers/egl/x11/native_x11.c
	src/gallium/state_trackers/egl/x11/native_x11.h
	src/gallium/state_trackers/egl/x11/native_ximage.c
</content>
</entry>
<entry>
<title>gallium: introduce target directory</title>
<updated>2010-03-08T19:11:35Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-03-08T19:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=99f11d0e18e1ff5a433c84d52ffc13b9684c2650'/>
<id>urn:sha1:99f11d0e18e1ff5a433c84d52ffc13b9684c2650</id>
<content type='text'>
Currently there are still at least two functions bundled up inside the
winsys concept:

a) that of a backend resource manager, sometimes capable of performing
   present() operations,

b) the initialization code/routine for the whole driver stack.

The inclusion of (b) makes it difficult to share implementations of
(a) between different drivers.  For instance, a clean xlib winsys
could be of use for software-rasterized VG, GLES, EGL, etc, stacks.
But that is only true as long as there is no dependency from the
winsys to higher level code, as would be the case when we include (b)
in this component.

This change creates a new gallium/targets subtree, specifically for
implementing the glue needed to build individual driver stacks, and
moves that code out of a single example winsys, namely xlib.

Other drivers continue to build unchanged, but hopefully can migrate
to this structure over time.
</content>
</entry>
<entry>
<title>config: drop WINDOW_SYSTEM var</title>
<updated>2010-03-06T04:44:36Z</updated>
<author>
<name>George Sapountzis</name>
<email>gsapountzis@gmail.com</email>
</author>
<published>2010-03-06T04:33:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9009a854d1e0a8682af50b34650e0de62f5fe3a3'/>
<id>urn:sha1:9009a854d1e0a8682af50b34650e0de62f5fe3a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ffb and gamma from configs.</title>
<updated>2010-03-04T03:03:45Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-03-04T03:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e5d0956ca4621f379be9beb104b21a90f207475c'/>
<id>urn:sha1:e5d0956ca4621f379be9beb104b21a90f207475c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>egl: Remove USING_EGL and the related drivers.</title>
<updated>2010-01-22T07:16:31Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2010-01-22T07:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2a928899e345e400c4266910b4e33b36a20575e2'/>
<id>urn:sha1:2a928899e345e400c4266910b4e33b36a20575e2</id>
<content type='text'>
They do not build for a long while and there seems to be no active
users.  It might be better for them to live in the git histroy.
</content>
</entry>
<entry>
<title>mesa: Added linux-egl target, that only builds the i915simple driver and egl drivers</title>
<updated>2008-05-23T09:02:14Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@tungstengraphics.com</email>
</author>
<published>2008-05-22T14:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9395fb6e8d341d7a3f923b5ec03630ab656c8f2f'/>
<id>urn:sha1:9395fb6e8d341d7a3f923b5ec03630ab656c8f2f</id>
<content type='text'>
</content>
</entry>
</feed>
