summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-11-23 11:58:31 -0500
committerRob Clark <[email protected]>2017-12-17 12:41:32 -0500
commite095b1347ec0765e45ee9dd4c22c510a3c746b22 (patch)
tree5711300be288bdcc8005fc69a501966825b29371 /src/gallium/drivers/freedreno/freedreno_util.h
parent37464efa3f80c141c2d73af5615e401763b2bbc8 (diff)
freedreno/a5xx: add a5xx blitter
FD_MESA_DEBUG=noblit to disable 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 b6f4771390e..f8bde6a88c2 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -81,6 +81,7 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_NOGROW 0x10000
#define FD_DBG_LRZ 0x20000
#define FD_DBG_NOINDR 0x40000
+#define FD_DBG_NOBLIT 0x80000
extern int fd_mesa_debug;
extern bool fd_binning_enabled;