R6xx/r7xx: remove some left over debugging
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 7 Jul 2009 19:44:44 +0000 (15:44 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Tue, 7 Jul 2009 19:44:44 +0000 (15:44 -0400)
src/mesa/drivers/dri/r600/r700_render.c

index 413c611..6ce4c4d 100644 (file)
@@ -150,12 +150,10 @@ GLboolean r700SendTextureState(context_t *context)
                            R600_OUT_BATCH(i * 7);
                            R600_OUT_BATCH(r700->textures[i]->SQ_TEX_RESOURCE0);
                            R600_OUT_BATCH(r700->textures[i]->SQ_TEX_RESOURCE1);
-                           printf("tex base\n");
                            R600_OUT_BATCH_RELOC(r700->textures[i]->SQ_TEX_RESOURCE2,
                                                 bo,
                                                 0,
                                                 RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0, 0, &offset_mod);
-                           printf("tex mipbase\n");
                            R600_OUT_BATCH_RELOC(r700->textures[i]->SQ_TEX_RESOURCE3,
                                                 bo,
                                                 0,