r500: remove debugging

This commit is contained in:
Dave Airlie 2008-05-27 12:46:44 +10:00
parent 7b88f40116
commit 9f03e93de9

View file

@ -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;
}