<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/fbdev, 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-09T02:25:04Z</updated>
<entry>
<title>mesa: remove _mesa_initialize_context_for_api()</title>
<updated>2011-02-09T02:25:04Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-02-09T02:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5e4ca1ccc9029fd75bb7676dc128e33d12da9665'/>
<id>urn:sha1:5e4ca1ccc9029fd75bb7676dc128e33d12da9665</id>
<content type='text'>
Just add the gl_api parameter to _mesa_initialize_context().
</content>
</entry>
<entry>
<title>Drop GLcontext typedef and use struct gl_context instead</title>
<updated>2010-10-13T13:43:25Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T16:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f9995b30756140724f41daf963fa06167912be7f'/>
<id>urn:sha1:f9995b30756140724f41daf963fa06167912be7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop GLframebuffer typedef and just use struct gl_framebuffer</title>
<updated>2010-10-13T13:43:24Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T16:02:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=31aca27c08d6a385c595d34fe4ee06390bf5b0e8'/>
<id>urn:sha1:31aca27c08d6a385c595d34fe4ee06390bf5b0e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename GLvisual and __GLcontextModes to struct gl_config</title>
<updated>2010-10-13T13:43:24Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T15:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d3491e775fb07f891463b2185d74bbad62f3ed24'/>
<id>urn:sha1:d3491e775fb07f891463b2185d74bbad62f3ed24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fbdev: some hacking to get the driver to compile (untested)</title>
<updated>2010-05-27T15:46:32Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-05-27T15:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=df64122c30a0d3dab70ab665af84f83fa496526e'/>
<id>urn:sha1:df64122c30a0d3dab70ab665af84f83fa496526e</id>
<content type='text'>
</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>
<entry>
<title>mesa: Remove support for creating color-index visuals</title>
<updated>2010-03-03T20:37:04Z</updated>
<author>
<name>Ian Romanick</name>
<email>ian.d.romanick@intel.com</email>
</author>
<published>2010-02-25T02:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fcf438e9e03f6e75bca4a49ad372fe7c4b1abbf8'/>
<id>urn:sha1:fcf438e9e03f6e75bca4a49ad372fe7c4b1abbf8</id>
<content type='text'>
Remove the rgbMode and indexBits parameters from _mesa_create_visual
and _mesa_initialize_visual.  These values are now hardcoded to
GL_TRUE and 0.

Signed-off-by: Ian Romanick &lt;ian.d.romanick@intel.com&gt;
</content>
</entry>
<entry>
<title>fbdev: Remove support for color-index rendering</title>
<updated>2010-03-03T20:37:04Z</updated>
<author>
<name>Ian Romanick</name>
<email>ian.d.romanick@intel.com</email>
</author>
<published>2010-02-25T00:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6f317253bf987f6e9788eb913a587d1373192f1c'/>
<id>urn:sha1:6f317253bf987f6e9788eb913a587d1373192f1c</id>
<content type='text'>
Signed-off-by: Ian Romanick &lt;ian.d.romanick@intel.com&gt;
</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>
</feed>
