mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
gallium: disable debug code
This commit is contained in:
parent
19f6e1a975
commit
232a41e19f
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ generate_aapoint_fs(struct aapoint_stage *aapoint)
|
|||
(struct tgsi_token *) aapoint_fs.tokens,
|
||||
MAX, &transform.base);
|
||||
|
||||
#if 1 /* DEBUG */
|
||||
#if 0 /* DEBUG */
|
||||
tgsi_dump(orig_fs->tokens, 0);
|
||||
tgsi_dump(aapoint_fs.tokens, 0);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue