mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
r500: remove debugging
This commit is contained in:
parent
7b88f40116
commit
9f03e93de9
1 changed files with 0 additions and 1 deletions
|
|
@ -1396,7 +1396,6 @@ static void r500SetupFragmentShaderTextures(GLcontext *ctx, int *tmu_mappings)
|
|||
new_unit = 0;
|
||||
}
|
||||
}
|
||||
fprintf(stderr,"unit translate %d to %d\n", unit, new_unit);
|
||||
val |= R500_TEX_ID(new_unit);
|
||||
fp->inst[i].inst1 = val;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue