diff options
author | Rob Clark <[email protected]> | 2015-03-11 15:10:25 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-03-15 13:27:03 -0400 |
commit | d3fb949c039b80385d35c11ca86e8e7c5a84ae44 (patch) | |
tree | 0a01f63b6e0a8cc5e57523ede5e6286bc10befb2 /src/gallium/drivers/freedreno/freedreno_util.h | |
parent | feb858b788cf27b31d12ad8a00805f015d4063cc (diff) |
freedreno/ir3: remove old compiler
Now that piglit is no longer falling back to old compiler for any tests,
we can remove it. Hurray \o/
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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h index f9c959e0822..b3076b9f5c6 100644 --- a/src/gallium/drivers/freedreno/freedreno_util.h +++ b/src/gallium/drivers/freedreno/freedreno_util.h @@ -62,7 +62,6 @@ enum adreno_stencil_op fd_stencil_op(unsigned op); #define FD_DBG_NOBYPASS 0x0040 #define FD_DBG_FRAGHALF 0x0080 #define FD_DBG_NOBIN 0x0100 -#define FD_DBG_NOOPT 0x0200 #define FD_DBG_OPTMSGS 0x0400 #define FD_DBG_OPTDUMP 0x0800 #define FD_DBG_GLSL120 0x1000 |