<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/egl/drivers/dri2, 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-06T23:32:05Z</updated>
<entry>
<title>egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE</title>
<updated>2011-03-06T23:32:05Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-03-06T23:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4f6fbfa0ed45dcd4be236a286725077c8f005647'/>
<id>urn:sha1:4f6fbfa0ed45dcd4be236a286725077c8f005647</id>
<content type='text'>
Broken since 6538b5824e298eaebede2d9686c7607c44ab446a.
Thanks to iskren on #wayland for helping on finding this.
</content>
</entry>
<entry>
<title>egl_dri2: Fix incompatible vfunc-pointer warning</title>
<updated>2011-03-04T21:36:37Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-03-03T10:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=22d9ae11bc436375a67752b90d8a5a273754d907'/>
<id>urn:sha1:22d9ae11bc436375a67752b90d8a5a273754d907</id>
<content type='text'>
</content>
</entry>
<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_dri2 x11: Workaround device_name xcb-dri2 bug</title>
<updated>2011-03-02T19:41:38Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-03-02T20:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4ca075ac4f047141d5e5ef865991650e0ac488e4'/>
<id>urn:sha1:4ca075ac4f047141d5e5ef865991650e0ac488e4</id>
<content type='text'>
This commit is basically a copy-over of the fix
Chia-I Wu's commited to wayland:
   http://cgit.freedesktop.org/wayland/wayland-demos/commit/?id=1b6c0ed95
   "Workaround an xcb-dri2 bug.
    xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken.
    It only works when the length of the driver name is a multiple of 4."
</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: Return NULL when xcb_get_geometry_reply fails.</title>
<updated>2011-02-20T19:26:31Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-02-20T19:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bf0c56522e21bd45ad3385e3115ef7eb71a7b8bf'/>
<id>urn:sha1:bf0c56522e21bd45ad3385e3115ef7eb71a7b8bf</id>
<content type='text'>
This should fix bug #33946.
</content>
</entry>
<entry>
<title>egl_dri2: add swrast</title>
<updated>2011-02-17T04:06:36Z</updated>
<author>
<name>Haitao Feng</name>
<email>haitao.feng@intel.com</email>
</author>
<published>2011-02-17T04:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f55d027ac2e0423eba5d0664cc36668520597703'/>
<id>urn:sha1:f55d027ac2e0423eba5d0664cc36668520597703</id>
<content type='text'>
This enables the egl_dri2 driver to load swrast driver
for software rendering. It could be used when hardware
dri2 drivers are not available, such as in VM.

Signed-off-by: Haitao Feng &lt;haitao.feng@intel.com&gt;
</content>
</entry>
<entry>
<title>egl_dri2: add nouveau support.</title>
<updated>2011-02-13T21:54:28Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2011-02-13T21:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1f5b67416810f7331fe71db0f767418473083701'/>
<id>urn:sha1:1f5b67416810f7331fe71db0f767418473083701</id>
<content type='text'>
but really wtf? all these PCI IDs need to be ripped out of here, its totally
unscalable and the drivers already have this info so could export it some better way.

tested by Darxus on #wayland.
</content>
</entry>
<entry>
<title>egl_dri2: rename loader_extension to dri2_loader_extension</title>
<updated>2011-02-11T04:41:21Z</updated>
<author>
<name>Haitao Feng</name>
<email>haitao.feng@intel.com</email>
</author>
<published>2011-02-09T07:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3104e5cb4f8524e9852300aa1e112d7fe31545ca'/>
<id>urn:sha1:3104e5cb4f8524e9852300aa1e112d7fe31545ca</id>
<content type='text'>
Signed-off-by: Haitao Feng &lt;haitao.feng@intel.com&gt;
</content>
</entry>
<entry>
<title>egl_dri2 wayland: Sync front buffer release</title>
<updated>2011-02-11T04:07:01Z</updated>
<author>
<name>Benjamin Franzke</name>
<email>benjaminfranzke@googlemail.com</email>
</author>
<published>2011-02-11T01:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=51f2820922b669af3947fcedd17109524644bb94'/>
<id>urn:sha1:51f2820922b669af3947fcedd17109524644bb94</id>
<content type='text'>
</content>
</entry>
</feed>
