aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2014-10-22 13:27:35 -0400
committerRob Clark <[email protected]>2014-10-25 12:07:21 -0400
commit33193540fcb2208b040afb956bd25c6583af60d2 (patch)
tree4490e09c10e87d1f2b381c1adf5cb8e6de3e0173 /src/gallium/drivers/freedreno/freedreno_util.h
parentded5013c4cd953e67ab858d8c62d45be3fb4eebb (diff)
freedreno: rename a couple debug flags
dscis -> noscis dbypass -> nobypass a bit more consistant w/ nobin, etc. And IMO a bit more sensible names. 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h
index 36a5995c43d..5508514194e 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -57,9 +57,9 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_DISASM 0x0002
#define FD_DBG_DCLEAR 0x0004
#define FD_DBG_FLUSH 0x0008
-#define FD_DBG_DSCIS 0x0010
+#define FD_DBG_NOSCIS 0x0010
#define FD_DBG_DIRECT 0x0020
-#define FD_DBG_DBYPASS 0x0040
+#define FD_DBG_NOBYPASS 0x0040
#define FD_DBG_FRAGHALF 0x0080
#define FD_DBG_NOBIN 0x0100
#define FD_DBG_NOOPT 0x0200