OSDN Git Service

remove debug printfs
authorBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 17:54:57 +0000 (11:54 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 17:54:57 +0000 (11:54 -0600)
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c

index b1cf122..d0d97ab 100644 (file)
@@ -67,7 +67,6 @@ map_register_file_index(
        * If a program uses 3 input attribs, the mapped indexes will be 1,2,3.\r
        * etc.\r
        */\r
-      printf("Map %d input %d to %d\n", processor, index, mapped_index);\r
       return inputMapping[index];\r
 \r
    case TGSI_FILE_OUTPUT:\r
@@ -90,7 +89,6 @@ map_register_file_index(
          /* vertex output slots are tightly packed, find mapped pos */\r
          /* mapped_index = VERT_RESULT_x */\r
          mapped_index = outputMapping[index];\r
-         printf("Map VP output from %d to %d\n", index, mapped_index);\r
       }\r
       break;\r
 \r