mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
Revert "r300: Corrected off-by-one error in r300_vertprog.c."
This reverts commit 07ac2386f5.
This commit is contained in:
parent
07ac2386f5
commit
5ec66cf62d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue