<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/egl/drivers/dri2/Makefile, 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-03-04T21:36:37Z</updated>
<entry>
<title>egl/wayland: Move wayland-egl into a subdir</title>
<updated>2011-03-04T21:36:37Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-03-03T10:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e71920929e3933b007b0bd2358def91df1447eb3'/>
<id>urn:sha1:e71920929e3933b007b0bd2358def91df1447eb3</id>
<content type='text'>
This hopefully fixes wayland-egl's dependency
resolution for autogenerated wayland-drm headers.
</content>
</entry>
<entry>
<title>egl: Add EGL_WL_bind_wayland_display</title>
<updated>2011-03-01T22:23:50Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-02-21T15:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6b369c4c7cd8a52f99bbff2a57fb316b33a87495'/>
<id>urn:sha1:6b369c4c7cd8a52f99bbff2a57fb316b33a87495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>egl_dri2: Add wayland platform</title>
<updated>2011-02-07T13:01:31Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-02-04T11:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=93aea84f472f5f9ff588f7b2d4f7320ec43bc216'/>
<id>urn:sha1:93aea84f472f5f9ff588f7b2d4f7320ec43bc216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>egl_dri2: Split out drm platform implementation to a separate file</title>
<updated>2011-02-03T16:59:38Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2011-02-03T03:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9dc5de5bb13bfcd960f178c8e0eac265c3496fa8'/>
<id>urn:sha1:9dc5de5bb13bfcd960f178c8e0eac265c3496fa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>egl_dri2: Split out x11 platform code</title>
<updated>2011-02-03T16:59:38Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2011-02-03T03:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2889d9640fa98b690c6a89593572bbc9ea5640e3'/>
<id>urn:sha1:2889d9640fa98b690c6a89593572bbc9ea5640e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>egl_dri2: Export glapi symbols for DRI drivers.</title>
<updated>2011-01-29T21:28:24Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-29T21:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=218381d92755fa080bbb5635c0c4ed6d5296b79c'/>
<id>urn:sha1:218381d92755fa080bbb5635c0c4ed6d5296b79c</id>
<content type='text'>
When an app loads libEGL.so dynamically with RTLD_LOCAL, loading DRI
drivers would fail because of missing glapi symbols.  This commit makes
egl_dri2 load libglapi.so with RTLD_GLOBAL to export glapi symbols for
future symbol resolutions.

The same trick can be found in GLX.  However, egl_dri2 can only do so
when --enable-shared-glapi is given.  Because, otherwise, both libGL.so
and libglapi.so define glapi symbols and egl_dri2 cannot tell which
library to load.
</content>
</entry>
<entry>
<title>egl: Make egl_dri2 and egl_glx built-in drivers.</title>
<updated>2011-01-10T03:50:34Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-07T08:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c98ea26e16b6458b4385d6558936696e4d099455'/>
<id>urn:sha1:c98ea26e16b6458b4385d6558936696e4d099455</id>
<content type='text'>
These two drivers are small in size.  Making them built-in should
simplify packaging.
</content>
</entry>
<entry>
<title>egl_dri2: Look up _glapi_get_proc_address dynamically.</title>
<updated>2011-01-10T03:23:24Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-07T07:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fef5d14494ff19ea302e247ba593e189a8ab62bd'/>
<id>urn:sha1:fef5d14494ff19ea302e247ba593e189a8ab62bd</id>
<content type='text'>
In preparation for making egl_dri2 built-in.  It also handles

  symbol lookup error: /usr/local/lib/egl/egl_dri2.so: undefined symbol:
  _glapi_get_proc_address

more gracefully.
</content>
</entry>
<entry>
<title>egl_dri2: Support _EGL_PLATFORM_DRM</title>
<updated>2010-07-09T00:10:37Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-06-03T02:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2168b87b51e70e8ad914e547c6c922fc33af3a89'/>
<id>urn:sha1:2168b87b51e70e8ad914e547c6c922fc33af3a89</id>
<content type='text'>
This lets the egl_dri2 driver initialize on just a DRM fd.
</content>
</entry>
<entry>
<title>glapi: Move to src/mapi/.</title>
<updated>2010-05-07T02:41:11Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-04-26T04:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=296adbd545b8efd38c9ed508166b2de2764a444b'/>
<id>urn:sha1:296adbd545b8efd38c9ed508166b2de2764a444b</id>
<content type='text'>
Move glapi to src/mapi/{glapi,es1api,es2api}.
</content>
</entry>
</feed>
