Revert "r300: Corrected off-by-one error in r300_vertprog.c."

This reverts commit 07ac2386f5.
This commit is contained in:
Oliver McFadden 2007-07-13 09:39:23 +00:00
parent 07ac2386f5
commit 5ec66cf62d

View file

@ -455,7 +455,7 @@ static void r300TranslateVertexShader(struct r300_vertex_program *vp,
if (vp->key.OutputsWritten & (1 << VERT_RESULT_BFC0)) {
vp->outputs[VERT_RESULT_BFC0] = 3;
cur_reg = 4;
cur_reg = 5;
}
if (vp->key.OutputsWritten & (1 << VERT_RESULT_BFC1)) {