summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-04-25 10:22:49 -0400
committerRob Clark <[email protected]>2015-06-21 07:53:25 -0400
commit0f6faa8ff317634ffb75e6040f2de2019dd80d13 (patch)
tree554b0ceb2eaf2d5e902b7bcdbabbbd781d227685 /src/gallium/drivers/freedreno/freedreno_util.h
parent7273cb4e933f8be65fc73b9d8c69c76d1078cb14 (diff)
freedreno/ir3: remove tgsi f/e
Also remove ir3_flatten which was only used by tgsi f/e. 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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h
index aec09ab6616..8664e74b335 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -65,7 +65,6 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_OPTMSGS 0x0400
#define FD_DBG_GLSL120 0x1000
#define FD_DBG_NOCP 0x2000
-#define FD_DBG_NIR 0x4000
extern int fd_mesa_debug;
extern bool fd_binning_enabled;