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 076d4f0..4092fcc 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;
                }