<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/dri/trident, 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>2009-10-29T03:46:37Z</updated>
<entry>
<title>mesa: re-remove s3v and trident driver files</title>
<updated>2009-10-29T03:46:37Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-10-29T03:46:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bd36ca9b76bf7cba96fdef71b2ea73d3fa8dfd26'/>
<id>urn:sha1:bd36ca9b76bf7cba96fdef71b2ea73d3fa8dfd26</id>
<content type='text'>
These were removed from master but a few files came back from the
texformat-rework branch.
</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>Kill off trident.</title>
<updated>2009-10-22T19:57:13Z</updated>
<author>
<name>Corbin Simpson</name>
<email>MostAwesomeDude@gmail.com</email>
</author>
<published>2009-10-22T19:57:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fd7ee2bcb74edf8c4412a244c33fd4749509b912'/>
<id>urn:sha1:fd7ee2bcb74edf8c4412a244c33fd4749509b912</id>
<content type='text'>
Hm. I could have said "chew trident and spit it out," or perhaps
"spear trident," instead. Dohoho.
</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>mesa: move glViewport and glDepthRange functions into new viewport.c file</title>
<updated>2009-03-07T19:33:11Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-03-07T19:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2c3785159574e6c8640b6af3ce2ef561d095f324'/>
<id>urn:sha1:2c3785159574e6c8640b6af3ce2ef561d095f324</id>
<content type='text'>
A bit of refactoring with an eye toward ES2 and GL 3.1
</content>
</entry>
<entry>
<title>mesa: remove last of _mesa_unreference_framebuffer() calls</title>
<updated>2009-03-07T18:32:18Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-03-07T18:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0f04a1d3f8989b0a391e6dad80abf06ce151d1f1'/>
<id>urn:sha1:0f04a1d3f8989b0a391e6dad80abf06ce151d1f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trident: Fix signedness warning.</title>
<updated>2009-02-11T02:45:18Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2009-02-10T22:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e7ee7a549d9250b0020b2773f5146d2e1197c231'/>
<id>urn:sha1:e7ee7a549d9250b0020b2773f5146d2e1197c231</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make GL_ARB_draw_buffers mandatory</title>
<updated>2009-01-29T00:28:11Z</updated>
<author>
<name>Ian Romanick</name>
<email>idr@freedesktop.org</email>
</author>
<published>2009-01-28T03:10:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8aa209c766b79144db499063dd1c8482562b07bf'/>
<id>urn:sha1:8aa209c766b79144db499063dd1c8482562b07bf</id>
<content type='text'>
Signed-off-by: Ian Romanick &lt;ian.d.romanick@intel.com&gt;
</content>
</entry>
<entry>
<title>mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template</title>
<updated>2008-09-18T21:17:05Z</updated>
<author>
<name>Brian Paul</name>
<email>brian.paul@tungstengraphics.com</email>
</author>
<published>2008-09-18T21:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ecadb51bbcb972a79f3ed79e65a7986b9396e757'/>
<id>urn:sha1:ecadb51bbcb972a79f3ed79e65a7986b9396e757</id>
<content type='text'>
</content>
</entry>
</feed>
