<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/tnl, branch android-x86-1.6</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-1.6</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-1.6'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2009-09-15T07:23:31Z</updated>
<entry>
<title>mesa/tnl: Add support for GL_FIXED in _tnl_import_array.</title>
<updated>2009-09-15T07:23:31Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2009-09-15T07:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=dea3bc04c195582b347c3eeab9ac952ba7564017'/>
<id>urn:sha1:dea3bc04c195582b347c3eeab9ac952ba7564017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa/tnl: Respect mfeatures.h.</title>
<updated>2009-09-13T09:38:05Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2009-09-08T09:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0fc1cd5e9125dfe86b9dc31ec8084ee1f28aef47'/>
<id>urn:sha1:0fc1cd5e9125dfe86b9dc31ec8084ee1f28aef47</id>
<content type='text'>
_tnl_RasterPos should be disabled with FEATURE_rastpos.
</content>
</entry>
<entry>
<title>mesa: move call to init_c_cliptest() from enable.c to tnl module.</title>
<updated>2009-09-09T14:54:38Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-09-09T14:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3fed69eb168774d2303e4efb9149f34e55d91b58'/>
<id>urn:sha1:3fed69eb168774d2303e4efb9149f34e55d91b58</id>
<content type='text'>
Fixed gallium build breakage.
</content>
</entry>
<entry>
<title>mesa: Add support for ARB_draw_elements_base_vertex.</title>
<updated>2009-09-08T22:12:20Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2009-08-27T17:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=92d7ed8a20d4a018ce5324e6537ae7b478b9e5bf'/>
<id>urn:sha1:92d7ed8a20d4a018ce5324e6537ae7b478b9e5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: Add support for ARB_depth_clamp.</title>
<updated>2009-09-08T21:30:15Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2009-08-26T16:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b4922b533155cc139ebafb111502bb55d2ad2ccf'/>
<id>urn:sha1:b4922b533155cc139ebafb111502bb55d2ad2ccf</id>
<content type='text'>
This currently doesn't include fixing up the cliptests in the assembly
paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path.
</content>
</entry>
<entry>
<title>tnl: if NAN_CHECK is enabled, also assert that pos.x != 0</title>
<updated>2009-08-13T18:50:57Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-08-13T18:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=53dfd5d87074cefb9258fbe4dbc916fd18597116'/>
<id>urn:sha1:53dfd5d87074cefb9258fbe4dbc916fd18597116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vbo: Avoid extra validation of DrawElements.</title>
<updated>2009-08-12T18:28:34Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2009-08-11T19:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2708ddfb06a36d8568e2aa130bf1f7d551fcd309'/>
<id>urn:sha1:2708ddfb06a36d8568e2aa130bf1f7d551fcd309</id>
<content type='text'>
This saves mapping the index buffer to get a bounds on the indices that
drivers just drop on the floor in the VBO case (cache win), saves a bonus
walk of the indices in the CheckArrayBounds case, and other miscellaneous
validation.  On intel it's a particularly a large win (50-100% in my app)
because even though we let the indices stay in both CPU and GPU caches, we
still end up waiting for the GPU to be done with the buffer before reading
from it.

Drivers that want the min/max_index fields must now check index_bounds_valid
and use vbo_get_minmax_index before using them.
</content>
</entry>
<entry>
<title>Merge branch 'ext-provoking-vertex'</title>
<updated>2009-06-19T15:15:34Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-06-19T15:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9038b6c8bbda49c544d777c7cf7b107887421c77'/>
<id>urn:sha1:9038b6c8bbda49c544d777c7cf7b107887421c77</id>
<content type='text'>
Conflicts:

	docs/relnotes-7.6.html
	progs/tests/Makefile
	src/gallium/drivers/softpipe/sp_prim_vbuf.c
	src/glx/x11/indirect.c
	src/mesa/glapi/Makefile
	src/mesa/glapi/dispatch.h
	src/mesa/glapi/glapioffsets.h
	src/mesa/glapi/glapitable.h
	src/mesa/glapi/glapitemp.h
	src/mesa/glapi/glprocs.h
	src/mesa/main/dlist.c
	src/mesa/main/enums.c
	src/mesa/sparc/glapi_sparc.S
	src/mesa/x86-64/glapi_x86-64.S
	src/mesa/x86/glapi_x86.S
</content>
</entry>
<entry>
<title>mesa: fix first provoking vertex mode for unfilled tri strips</title>
<updated>2009-06-19T04:45:57Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-06-19T04:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=601065f15389b52c084cdc46c339e15fd3b5eb25'/>
<id>urn:sha1:601065f15389b52c084cdc46c339e15fd3b5eb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: fix parity error for tri strips with 1st provoking vertex</title>
<updated>2009-06-04T01:52:32Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-06-04T01:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ab6508e3993afa35de1472fe8a847427c1749efe'/>
<id>urn:sha1:ab6508e3993afa35de1472fe8a847427c1749efe</id>
<content type='text'>
</content>
</entry>
</feed>
