mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
remove debug printfs
This commit is contained in:
parent
a3a8887e57
commit
440a5c7c24
1 changed files with 0 additions and 2 deletions
|
|
@ -67,7 +67,6 @@ map_register_file_index(
|
|||
* If a program uses 3 input attribs, the mapped indexes will be 1,2,3.
|
||||
* etc.
|
||||
*/
|
||||
printf("Map %d input %d to %d\n", processor, index, mapped_index);
|
||||
return inputMapping[index];
|
||||
|
||||
case TGSI_FILE_OUTPUT:
|
||||
|
|
@ -90,7 +89,6 @@ map_register_file_index(
|
|||
/* vertex output slots are tightly packed, find mapped pos */
|
||||
/* mapped_index = VERT_RESULT_x */
|
||||
mapped_index = outputMapping[index];
|
||||
printf("Map VP output from %d to %d\n", index, mapped_index);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue