<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/dri/fb, 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>2010-02-25T22:40:11Z</updated>
<entry>
<title>Drop fb, ffb and gamma dri drivers</title>
<updated>2010-02-25T22:40:11Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-02-25T21:12:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=79aeafd3ca3680c28f6d47a21a501334844f4475'/>
<id>urn:sha1:79aeafd3ca3680c28f6d47a21a501334844f4475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions</title>
<updated>2010-02-19T17:03:01Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-02-19T16:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=32f2fd1c5d6088692551c80352b7d6fa35b0cd09'/>
<id>urn:sha1:32f2fd1c5d6088692551c80352b7d6fa35b0cd09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove _mesa_memcpy in favor of plain memcpy.</title>
<updated>2010-02-19T14:18:36Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2010-02-19T07:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c7ac486261ad30ef654f6d0b1608da4e8483cd40'/>
<id>urn:sha1:c7ac486261ad30ef654f6d0b1608da4e8483cd40</id>
<content type='text'>
This may break the SUNOS4 build, but it's no longer relevant.
</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>Push __driDriverExtensions out of dri_util.c and into the drivers</title>
<updated>2010-01-04T16:48:00Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-01-01T22:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=39a0e4e7de379a182c1544fa24d5cb2a7687ec72'/>
<id>urn:sha1:39a0e4e7de379a182c1544fa24d5cb2a7687ec72</id>
<content type='text'>
This lets the individual drivers select which extensions to advertise.
Specifically, most drivers (tdfx, sis, savage etc) don't support DRI2
but the shared extension list in dri_util.c does list the DRI2 extension.

Pushing the list into the drivers, lets us avoid listing the DRI2
extension for drivers that don't support it.
</content>
</entry>
<entry>
<title>Remove leftover __DRI{screen,drawable,context}Private references</title>
<updated>2010-01-04T16:48:00Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-01-01T22:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d61f07318c8678901b948fdaa8ccdf37aa3203e9'/>
<id>urn:sha1:d61f07318c8678901b948fdaa8ccdf37aa3203e9</id>
<content type='text'>
As part of the DRI driver interface rewrite I merged __DRIscreenPrivate
and __DRIscreen, and likewise for __DRIdrawablePrivate and
__DRIcontextPrivate.  I left typedefs in place though, to avoid renaming
all the *Private use internal to the driver.  That was probably a
mistake, and it turns out a one-line find+sed combo can do the mass
rename.  Better late than never.
</content>
</entry>
<entry>
<title>Merge branch 'texformat-rework'</title>
<updated>2009-10-29T03:24:11Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-10-29T03:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1f196b786d6bd0c6a5dbdc638574ff716cc3d4de'/>
<id>urn:sha1:1f196b786d6bd0c6a5dbdc638574ff716cc3d4de</id>
<content type='text'>
Conflicts:
	src/mesa/drivers/dri/radeon/radeon_fbo.c
	src/mesa/drivers/dri/s3v/s3v_tex.c
	src/mesa/drivers/dri/s3v/s3v_xmesa.c
	src/mesa/drivers/dri/trident/trident_context.c
	src/mesa/main/debug.c
	src/mesa/main/mipmap.c
	src/mesa/main/texformat.c
	src/mesa/main/texgetimage.c
</content>
</entry>
<entry>
<title>dri/drivers: update driNewRenderbuffer() to take a gl_format</title>
<updated>2009-10-23T01:57:32Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-10-23T01:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1160acbfea986a821761d18f5f14d5d2cb0dea8c'/>
<id>urn:sha1:1160acbfea986a821761d18f5f14d5d2cb0dea8c</id>
<content type='text'>
Now pass a specific MESA_FORMAT_x token to indicate the renderbuffer's
format.  This is better than passing a GLenum and having to guess the
specific format.

I'm unable to test all the drivers, but any issues should be easy to fix.
</content>
</entry>
<entry>
<title>mesa: lift default symlinks target into Makefile.template</title>
<updated>2009-10-16T19:07:43Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-10-16T15:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f094b86bb5ab93aedc03df5cf5bdf51ab9d37045'/>
<id>urn:sha1:f094b86bb5ab93aedc03df5cf5bdf51ab9d37045</id>
<content type='text'>
Driver Makefiles can still add symlink dependencies/rules if needed.
</content>
</entry>
<entry>
<title>egl: Replace IsBound by a pointer to the binding.</title>
<updated>2009-08-03T17:34:37Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2009-08-03T17:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=07ee01365a8bddf6f50821ecd585784498a25ff0'/>
<id>urn:sha1:07ee01365a8bddf6f50821ecd585784498a25ff0</id>
<content type='text'>
IsBound tells if a context or surface is current.  What it does not tell
is, to which thread a context is current, or to which context a surface
is current.  This commit replaces IsBound by a pointer to the binding
thread or context.

Signed-off-by: Chia-I Wu &lt;olvaffe@gmail.com&gt;
</content>
</entry>
</feed>
