<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/dos, 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:10Z</updated>
<entry>
<title>Remove dos driver</title>
<updated>2010-02-25T22:40:10Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-02-25T20:55:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b5c3199afe0d90787223cb57c35ff22e38b3c920'/>
<id>urn:sha1:b5c3199afe0d90787223cb57c35ff22e38b3c920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: prefix more #includes with "main/"</title>
<updated>2008-09-18T19:46:47Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2008-09-18T19:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=374e7fd6cc95d3d91629a6e1c951d77e8a29c31c'/>
<id>urn:sha1:374e7fd6cc95d3d91629a6e1c951d77e8a29c31c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DMesa now uses OSMesa as a back-end.</title>
<updated>2006-03-31T20:53:12Z</updated>
<author>
<name>Daniel Borca</name>
<email>dborca@users.sourceforge.net</email>
</author>
<published>2006-03-31T20:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3a3e63dc4fc8b34de7e61607d0d69cf3a77255ca'/>
<id>urn:sha1:3a3e63dc4fc8b34de7e61607d0d69cf3a77255ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New comments, clean-up of fields related to point/line/triangle validation.</title>
<updated>2006-01-26T01:32:47Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2006-01-26T01:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3a5bb1729d8c229a587e34ccd5ddc86e26811b9f'/>
<id>urn:sha1:3a5bb1729d8c229a587e34ccd5ddc86e26811b9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove set_buffer()</title>
<updated>2005-09-01T03:05:39Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2005-09-01T03:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=af39910f94036a681f1f0f1c239cb713f96fe5e2'/>
<id>urn:sha1:af39910f94036a681f1f0f1c239cb713f96fe5e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major check-in of changes for GL_EXT_framebuffer_object extension.</title>
<updated>2005-05-04T20:11:35Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2005-05-04T20:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e4b2356c07d31fbeeabb13b2fb47db703b473080'/>
<id>urn:sha1:e4b2356c07d31fbeeabb13b2fb47db703b473080</id>
<content type='text'>
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
</content>
</entry>
<entry>
<title>added DMesaProc type to prevent gcc 3.4.3 warnings.</title>
<updated>2004-12-15T07:54:20Z</updated>
<author>
<name>Daniel Borca</name>
<email>dborca@users.sourceforge.net</email>
</author>
<published>2004-12-15T07:54:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=654dccfd856329bbb66f10d6096a206e33fa397a'/>
<id>urn:sha1:654dccfd856329bbb66f10d6096a206e33fa397a</id>
<content type='text'>
sw tc is disabled by default
</content>
</entry>
<entry>
<title>Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().</title>
<updated>2004-11-27T22:47:59Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2004-11-27T22:47:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=65a66f5bc37383c00423c21baf8ba9d6771e0259'/>
<id>urn:sha1:65a66f5bc37383c00423c21baf8ba9d6771e0259</id>
<content type='text'>
Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA()
if necessary.
Cleaned up code related to GLframebuffer width/height initialization.
Set initial viewport/scissor params in _mesa_make_current2(), instead of
in the drivers' MakeCurrent functions.
</content>
</entry>
<entry>
<title>work around a bug in gcc 3.3.3 (which duplicates ASM block)</title>
<updated>2004-11-15T08:06:55Z</updated>
<author>
<name>Daniel Borca</name>
<email>dborca@users.sourceforge.net</email>
</author>
<published>2004-11-15T08:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4ffc5fa7a58519853a7578838f5574b65e9f39a3'/>
<id>urn:sha1:4ffc5fa7a58519853a7578838f5574b65e9f39a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added a few sanity checks</title>
<updated>2004-11-12T14:58:26Z</updated>
<author>
<name>Daniel Borca</name>
<email>dborca@users.sourceforge.net</email>
</author>
<published>2004-11-12T14:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0676fc357a12879531e6509354ecc7447c99d148'/>
<id>urn:sha1:0676fc357a12879531e6509354ecc7447c99d148</id>
<content type='text'>
made coding style a bit more consistent
</content>
</entry>
</feed>
