summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_debug.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_debug.h b/src/gallium/drivers/llvmpipe/lp_debug.h
index 96af8936c5f..972831a4f0e 100644
--- a/src/gallium/drivers/llvmpipe/lp_debug.h
+++ b/src/gallium/drivers/llvmpipe/lp_debug.h
@@ -45,7 +45,7 @@
#define DEBUG_MEM 0x4000
#define DEBUG_FS 0x8000
#define DEBUG_CS 0x10000
-#define DEBUG_NIR 0x20000
+#define DEBUG_TGSI_IR 0x20000
/* Performance flags. These are active even on release builds.
*/