<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/dri/mga, 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-11T16:25:21Z</updated>
<entry>
<title>mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines</title>
<updated>2011-03-11T16:25:21Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-11T16:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=decc6e2a32ef49e673c081f30e19b8970155d887'/>
<id>urn:sha1:decc6e2a32ef49e673c081f30e19b8970155d887</id>
<content type='text'>
and rename them.
</content>
</entry>
<entry>
<title>mesa: remove _mesa_create_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=6f2f449414e51e3b98f85e3fc916a7f3d42a99d4'/>
<id>urn:sha1:6f2f449414e51e3b98f85e3fc916a7f3d42a99d4</id>
<content type='text'>
Just add the gl_api parameter to _mesa_create_context().
</content>
</entry>
<entry>
<title>mesa: begin implementation of GL_ARB_draw_buffers_blend</title>
<updated>2011-01-16T01:35:39Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-01-11T22:07:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=74713e2d293f9e796a4053a5a99ee5cb7df5c740'/>
<id>urn:sha1:74713e2d293f9e796a4053a5a99ee5cb7df5c740</id>
<content type='text'>
</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>dri/mga: remove duplicated include</title>
<updated>2010-09-30T15:36:29Z</updated>
<author>
<name>Nicolas Kaiser</name>
<email>nikai@nikai.net</email>
</author>
<published>2010-09-30T14:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f094b352073bf5414a101b056f47f1ee2f814e81'/>
<id>urn:sha1:f094b352073bf5414a101b056f47f1ee2f814e81</id>
<content type='text'>
Remove duplicated include.

Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>Remove GL_MESA_packed_depth_stencil</title>
<updated>2010-09-27T22:23:14Z</updated>
<author>
<name>Ian Romanick</name>
<email>ian.d.romanick@intel.com</email>
</author>
<published>2010-09-18T14:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4b1f98241f9601c2b163bb41e45aa567f9cd61dd'/>
<id>urn:sha1:4b1f98241f9601c2b163bb41e45aa567f9cd61dd</id>
<content type='text'>
This extension was never enabled in any driver.
</content>
</entry>
<entry>
<title>mesa: Force GL_SGIS_generate_mipmap to always be enabled</title>
<updated>2010-09-27T22:23:13Z</updated>
<author>
<name>Ian Romanick</name>
<email>ian.d.romanick@intel.com</email>
</author>
<published>2010-09-27T21:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7f11d471e6bafae2282ec82ba4a19d30c440d28f'/>
<id>urn:sha1:7f11d471e6bafae2282ec82ba4a19d30c440d28f</id>
<content type='text'>
As per discussions at XDS.
</content>
</entry>
<entry>
<title>dri: Add missing header m_xform.h.</title>
<updated>2010-08-08T06:19:27Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-08T06:19:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=facf368df29b6889e9566aaa642aa1937e6dfc56'/>
<id>urn:sha1:facf368df29b6889e9566aaa642aa1937e6dfc56</id>
<content type='text'>
This is a follow-up patch to commit
f4511c4835879090ce7e6afe3ac26b98fb91899a.

Files that include tnl_dd/t_dd_dmatmp.h now need to also include
m_xform.h as t_context.h no longer includes it.
</content>
</entry>
</feed>
