commit c75ffff84a2a98f0f027a262db904aedae3a5d06
Author: Oliver McFadden <[EMAIL PROTECTED]>
Date:   Mon Mar 24 12:46:40 2008 +0000

    r300: Merged the Vector and Math Engine opcode macros.

Introduced a copy/paste error.
---
 src/mesa/drivers/dri/r300/r300_vertprog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/r300/r300_vertprog.c b/src/mesa/drivers/dri/r300/r300_vertprog.c
index e741eb9..e1c764b 100644
--- a/src/mesa/drivers/dri/r300/r300_vertprog.c
+++ b/src/mesa/drivers/dri/r300/r300_vertprog.c
@@ -841,9 +841,10 @@ static GLuint *r300TranslateOpcodeSUB(struct r300_vertex_program *vp,
 	inst[3] = 0;
 #else
 	inst[0] =
-	    PVS_OP_DST_OPERAND(VE_MULTIPLY_ADD, t_dst_index(vp, &vpi->DstReg),
+	    PVS_OP_DST_OPERAND(VE_MULTIPLY_ADD,
 			       GL_FALSE,
 			       GL_FALSE,
+			       t_dst_index(vp, &vpi->DstReg),
 			       t_dst_mask(vpi->DstReg.WriteMask),
 			       t_dst_class(vpi->DstReg.File));
 	inst[1] = t_src(vp, &src[0]);

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to