From: Markus Amsler Date: Sun, 30 Mar 2008 16:12:47 +0000 (+0000) Subject: r300: Copy-and-paste error from the vertex program branch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9367842e54a234ee00ea100de45480527de5693;p=mesa.git r300: Copy-and-paste error from the vertex program branch. --- diff --git a/src/mesa/drivers/dri/r300/r300_vertprog.c b/src/mesa/drivers/dri/r300/r300_vertprog.c index 89ccca7dae0..e91d96852db 100644 --- a/src/mesa/drivers/dri/r300/r300_vertprog.c +++ b/src/mesa/drivers/dri/r300/r300_vertprog.c @@ -842,9 +842,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]);