mesa: Branch 'master'

Stephane Marchesin marcheu at kemper.freedesktop.org
Sat Mar 10 12:41:23 UTC 2007


 src/mesa/drivers/dri/nouveau/nv04_swtcl.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree ced8870a6accbc1f5af876e81e20606bf5a4663e (from 4f12b37a56b0f90d7beb248c5d3bee7600c24c14)
Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Sat Mar 10 13:46:26 2007 +0100

    nouveau: fix nv04 swtcl.

diff --git a/src/mesa/drivers/dri/nouveau/nv04_swtcl.c b/src/mesa/drivers/dri/nouveau/nv04_swtcl.c
index a9c9c6e..cb072e0 100644
--- a/src/mesa/drivers/dri/nouveau/nv04_swtcl.c
+++ b/src/mesa/drivers/dri/nouveau/nv04_swtcl.c
@@ -473,6 +473,7 @@ static inline void nv04OutputVertexForma
 	/*
 	 * Tell t_vertex about the vertex format
 	 */
+	nmesa->vertex_attr_count = 0;
 	RENDERINPUTS_COPY(index, nmesa->render_inputs_bitset);
 
 	// SX SY SZ INVW



More information about the mesa-commit mailing list