<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/dri/tdfx/server, 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-03-06T04:44:39Z</updated>
<entry>
<title>dri: drop MINIGLX_SOURCES (2)</title>
<updated>2010-03-06T04:44:39Z</updated>
<author>
<name>George Sapountzis</name>
<email>gsapountzis@gmail.com</email>
</author>
<published>2010-03-06T04:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=419f0f9d0426bc1eb40ceb60e7764af4013947a0'/>
<id>urn:sha1:419f0f9d0426bc1eb40ceb60e7764af4013947a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove CVS keywords.</title>
<updated>2008-09-21T18:00:44Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keith@tungstengraphics.com</email>
</author>
<published>2008-09-21T18:00:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=45efcc44c758a94928648bc20df32b98b3462bcc'/>
<id>urn:sha1:45efcc44c758a94928648bc20df32b98b3462bcc</id>
<content type='text'>
Cherry-picked from gallium-0.1

Conflicts:

	src/glu/sgi/libnurbs/interface/bezierEval.h
	src/glu/sgi/libnurbs/interface/bezierPatch.h
	src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
	src/glu/sgi/libnurbs/internals/dataTransform.h
	src/glu/sgi/libnurbs/internals/displaymode.h
	src/glu/sgi/libnurbs/internals/sorter.h
	src/glu/sgi/libnurbs/nurbtess/definitions.h
	src/glu/sgi/libnurbs/nurbtess/directedLine.h
	src/glu/sgi/libnurbs/nurbtess/gridWrap.h
	src/glu/sgi/libnurbs/nurbtess/monoChain.h
	src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h
	src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h
	src/glu/sgi/libnurbs/nurbtess/partitionX.h
	src/glu/sgi/libnurbs/nurbtess/partitionY.h
	src/glu/sgi/libnurbs/nurbtess/polyDBG.h
	src/glu/sgi/libnurbs/nurbtess/polyUtil.h
	src/glu/sgi/libnurbs/nurbtess/primitiveStream.h
	src/glu/sgi/libnurbs/nurbtess/quicksort.h
	src/glu/sgi/libnurbs/nurbtess/rectBlock.h
	src/glu/sgi/libnurbs/nurbtess/sampleComp.h
	src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h
	src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h
	src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h
	src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h
	src/glu/sgi/libnurbs/nurbtess/sampledLine.h
	src/glu/sgi/libnurbs/nurbtess/searchTree.h
	src/glu/sgi/libnurbs/nurbtess/zlassert.h
	src/glu/sgi/libutil/error.c
	src/glu/sgi/libutil/glue.c
	src/glu/sgi/libutil/gluint.h
	src/glu/sgi/libutil/project.c
	src/glu/sgi/libutil/registry.c
	src/glx/x11/glxclient.h
	src/glx/x11/glxext.c
	src/mesa/drivers/dri/ffb/ffb_dd.h
	src/mesa/drivers/dri/ffb/ffb_points.h
	src/mesa/drivers/dri/gamma/gamma_context.h
	src/mesa/drivers/dri/gamma/gamma_macros.h
	src/mesa/drivers/dri/i810/i810context.h
	src/mesa/drivers/dri/r128/r128_dd.h
	src/mesa/drivers/dri/tdfx/tdfx_dd.h
</content>
</entry>
<entry>
<title>Add Egberts fixes for 64bit architectures</title>
<updated>2005-08-15T06:59:24Z</updated>
<author>
<name>Alan Hourihane</name>
<email>alanh@tungstengraphics.com</email>
</author>
<published>2005-08-15T06:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=dabec11d277e68b6940e741651e61102767240b9'/>
<id>urn:sha1:dabec11d277e68b6940e741651e61102767240b9</id>
<content type='text'>
Add additional checks for the *DRIRec info structure passed in from the
device driver. This ensures that things fallback to indirect rendering if
the DDX driver has had modifications (i.e. removal of the drmAddress field).
</content>
</entry>
<entry>
<title>Convert miniglx to use Ian's fancy new driver config code.</title>
<updated>2004-07-05T23:42:02Z</updated>
<author>
<name>Jon Smirl</name>
<email>jonsmirl@gmail.com</email>
</author>
<published>2004-07-05T23:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=550009441375e55bda3896eba7375b9228c7fdec'/>
<id>urn:sha1:550009441375e55bda3896eba7375b9228c7fdec</id>
<content type='text'>
This removes the miniglx driver function InitContextModes().
All of the server directories were edited to remove the implementations.
</content>
</entry>
<entry>
<title>Removed need for sarea.h, various touch ups to get rid of type mismatches.</title>
<updated>2004-06-02T22:45:00Z</updated>
<author>
<name>Jon Smirl</name>
<email>jonsmirl@gmail.com</email>
</author>
<published>2004-06-02T22:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ffb36d57a5f6359b5b91b73af60482a0016dd431'/>
<id>urn:sha1:ffb36d57a5f6359b5b91b73af60482a0016dd431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with</title>
<updated>2004-06-02T05:07:10Z</updated>
<author>
<name>Ian Romanick</name>
<email>idr@us.ibm.com</email>
</author>
<published>2004-06-02T05:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c06b25594e5effe34a90c067e1a3da0f61cf2b13'/>
<id>urn:sha1:c06b25594e5effe34a90c067e1a3da0f61cf2b13</id>
<content type='text'>
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
</content>
</entry>
<entry>
<title>unfinished SOLO driver for TDFX</title>
<updated>2004-03-15T09:17:07Z</updated>
<author>
<name>Daniel Borca</name>
<email>dborca@users.sourceforge.net</email>
</author>
<published>2004-03-15T09:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d83e9d9c00e0e89051bc756d58c6e227fd35f9f7'/>
<id>urn:sha1:d83e9d9c00e0e89051bc756d58c6e227fd35f9f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build in SOLO environment</title>
<updated>2003-12-08T17:14:47Z</updated>
<author>
<name>Alan Hourihane</name>
<email>alanh@tungstengraphics.com</email>
</author>
<published>2003-12-08T17:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8ed323166978145afaa10651039e473367d78a63'/>
<id>urn:sha1:8ed323166978145afaa10651039e473367d78a63</id>
<content type='text'>
</content>
</entry>
</feed>
