diff options
author | Rob Clark <[email protected]> | 2014-01-29 17:03:07 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2014-02-03 18:26:53 -0500 |
commit | f0e2d7ab4615651b40e37205bed12c9ca92e84f3 (patch) | |
tree | 0aec22fb5ead962adde65952801fd07ad48567ad /src/gallium/drivers/freedreno/freedreno_util.h | |
parent | a418573c4d7fc7f896e7077378d2b4daf98d5217 (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.h | 1 |
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; |