aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-08-27 14:35:56 +1000
committerDave Airlie <[email protected]>2019-09-04 15:22:20 +1000
commita792c5ae3ef47e92b5d24d3b1cce3463508fbc0c (patch)
tree043bc40db3fef1978ccd1204daa3d137c6eadf08 /src/gallium/drivers/llvmpipe/lp_debug.h
parent25f46ae9aa3b8f114082a1957b5a3f3759d7c123 (diff)
llvmpipe: add compute debug option
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_debug.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_debug.h b/src/gallium/drivers/llvmpipe/lp_debug.h
index 1038c5fe151..d6443ba6e86 100644
--- a/src/gallium/drivers/llvmpipe/lp_debug.h
+++ b/src/gallium/drivers/llvmpipe/lp_debug.h
@@ -48,6 +48,7 @@ st_print_current(void);
#define DEBUG_FENCE 0x2000
#define DEBUG_MEM 0x4000
#define DEBUG_FS 0x8000
+#define DEBUG_CS 0x10000
/* Performance flags. These are active even on release builds.
*/