summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-05-27 12:46:44 +1000
committerDave Airlie <airlied@redhat.com>2008-05-27 12:46:44 +1000
commit9f03e93de9a0b75485d1de8a990513b0c2582385 (patch)
tree5289609bc4f314ea893dc8dbe843732eb59b7d13 /src
parent7b88f40116cc6ccff5c0f7c923a0dca31187480e (diff)
r500: remove debugging
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index 076d4f092f..4092fcc9ad 100644
--- a/src/mesa/drivers/dri/r300/r300_state.c
+++ b/src/mesa/drivers/dri/r300/r300_state.c
@@ -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;
}