r500: remove debugging
authorDave Airlie <airlied@redhat.com>
Tue, 27 May 2008 02:46:44 +0000 (12:46 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 27 May 2008 02:46:44 +0000 (12:46 +1000)
src/mesa/drivers/dri/r300/r300_state.c

index 076d4f092f0aee0c05b299346ad94a8801ec8d27..4092fcc9ad3337375ba98eda23044c4449b25a0e 100644 (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;
                }