<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/egl, branch android-x86-2.2</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-2.2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-2.2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2010-12-10T01:01:35Z</updated>
<entry>
<title>android: Add Android.mk's.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-11T08:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=88721c8555e1c65cdb1fa57f50e588d169e77915'/>
<id>urn:sha1:88721c8555e1c65cdb1fa57f50e588d169e77915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2010-10-13T14:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=07a8209c3f9aad96a71a258b9fa029f286cee74e'/>
<id>urn:sha1:07a8209c3f9aad96a71a258b9fa029f286cee74e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Add new classic EGL driver for Android.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-11T09:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=121fc671f48f6fe5b58d44d55ef9ec421f6abde1'/>
<id>urn:sha1:121fc671f48f6fe5b58d44d55ef9ec421f6abde1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Add Android EGL extensions.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2010-10-01T19:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0d4dcb25842739d586debb3472ceb90589fe741b'/>
<id>urn:sha1:0d4dcb25842739d586debb3472ceb90589fe741b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>android: Add _EGL_PLATFORM_ANDROID.</title>
<updated>2010-12-10T01:01:35Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-11T08:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=13375514519e00fc6598b30055d7320553f8b676'/>
<id>urn:sha1:13375514519e00fc6598b30055d7320553f8b676</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "egl: Drop broken _EGL_PLATFORM_NO_OS code"</title>
<updated>2010-12-10T00:39:22Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-09-30T16:10:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=25ed79d8303afabd873132569d6dc282886ad7d6'/>
<id>urn:sha1:25ed79d8303afabd873132569d6dc282886ad7d6</id>
<content type='text'>
This reverts commit 021a68b7e83259faedacea8b3a18e754bed6277a.
</content>
</entry>
<entry>
<title>egl: _eglFilterArray should not allocate.</title>
<updated>2010-12-06T07:40:37Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-12-06T06:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5ae4b6693a8254236435960ef84701fe405fe59b'/>
<id>urn:sha1:5ae4b6693a8254236435960ef84701fe405fe59b</id>
<content type='text'>
Otherwise, when it is called from within a driver, the caller cannot
free the returned data (on Windows).
</content>
</entry>
<entry>
<title>egl_dri2: Fix one context, multiple surfaces.</title>
<updated>2010-11-24T06:06:30Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-11-24T05:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1f4c55128b7e4a2aa08600ae9338071a97cee8fa'/>
<id>urn:sha1:1f4c55128b7e4a2aa08600ae9338071a97cee8fa</id>
<content type='text'>
When a context was made current to another surface, the old code did
this

  dri2_dpy-&gt;core-&gt;bindContext(cctx, ddraw, rdraw);
  dri2_dpy-&gt;core-&gt;unbindContext(old_cctx);

and there will be no current context due to the second line.

unbindContext should be called only when bindContext is not.  This fixes
a regression since d19afc57.  Thanks to Neil Roberts for noticing the
issue and creating a test case.
</content>
</entry>
<entry>
<title>egl_dri2: Add missing intel chip ids.</title>
<updated>2010-11-17T20:10:53Z</updated>
<author>
<name>Robert Hooker</name>
<email>sarvatt@ubuntu.com</email>
</author>
<published>2010-11-16T20:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=778917069c34971d12c6704a53bcbd6416ddf9ab'/>
<id>urn:sha1:778917069c34971d12c6704a53bcbd6416ddf9ab</id>
<content type='text'>
Signed-off-by: Robert Hooker &lt;robert.hooker@canonical.com&gt;
</content>
</entry>
<entry>
<title>egl_dri2: Fix __DRI_DRI2 version 1 support.</title>
<updated>2010-11-10T15:57:50Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-11-10T15:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aa139a14ba7279f908da523522cb9ec0578b1ea0'/>
<id>urn:sha1:aa139a14ba7279f908da523522cb9ec0578b1ea0</id>
<content type='text'>
Correctly set __DRI_API_OPENGL flag.
</content>
</entry>
</feed>
