summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-11-29 15:06:39 -0500
committerRob Clark <[email protected]>2017-12-03 14:17:41 -0500
commite6c6495d3a850da9fc04355df40fc8ab8fa80621 (patch)
tree59a40c13e74b253222661f445c3d13ed62c0681f /src/gallium/drivers/freedreno/freedreno_util.h
parentf93f2f7b1e80e838acb4ddc12f62a9a545da5194 (diff)
freedreno: add debug option to force emulated indirect
Useful mostly for debugging indirect draw. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_util.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h
index 14fcf1d6725..b6f4771390e 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -80,6 +80,7 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_BSTAT 0x8000
#define FD_DBG_NOGROW 0x10000
#define FD_DBG_LRZ 0x20000
+#define FD_DBG_NOINDR 0x40000
extern int fd_mesa_debug;
extern bool fd_binning_enabled;