aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-04-25 16:30:55 -0400
committerRob Clark <[email protected]>2015-06-21 07:53:43 -0400
commit5c1e153467a50dec91df49239654017e9ed86d69 (patch)
tree0b9206b3f04a1a38930b34ba3d6ed66d2ab1a7bb /src/gallium/drivers/freedreno/freedreno_util.h
parent7674ab12e826d2ea33f13fb2e6ca8ae2a62fe460 (diff)
freedreno/ir3: dump nocp option
No longer used, or even possible, with NIR frontend. 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 8664e74b335..630c6013ab9 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -64,7 +64,6 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_NOBIN 0x0100
#define FD_DBG_OPTMSGS 0x0400
#define FD_DBG_GLSL120 0x1000
-#define FD_DBG_NOCP 0x2000
extern int fd_mesa_debug;
extern bool fd_binning_enabled;