summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2014-01-29 17:03:07 -0500
committerRob Clark <[email protected]>2014-02-03 18:26:53 -0500
commitf0e2d7ab4615651b40e37205bed12c9ca92e84f3 (patch)
tree0aec22fb5ead962adde65952801fd07ad48567ad /src/gallium/drivers/freedreno/freedreno_util.h
parenta418573c4d7fc7f896e7077378d2b4daf98d5217 (diff)
freedreno/a3xx/compiler: split out old compiler
For the time being, keep old compiler as fallback for things that the new compiler does not support yet. Split out as it's own commit to make the later new-compiler commits easier to follow. 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 fae5ba06b1d..c1262087f75 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -63,6 +63,7 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_FRAGHALF 0x0080
#define FD_DBG_BINNING 0x0100
#define FD_DBG_DBINNING 0x0200
+#define FD_DBG_OPTIMIZE 0x0400
extern int fd_mesa_debug;
extern bool fd_binning_enabled;