diff options
author | Rob Clark <[email protected]> | 2015-04-30 10:10:14 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-06-21 07:52:58 -0400 |
commit | 67d994c6761e09205dbc9a0515c510fc9dde02c7 (patch) | |
tree | 72046247513b7af7010eb034999277ab7fc49f63 /src/gallium/drivers/freedreno/freedreno_util.h | |
parent | 5c8c2e2f97394436effbdd3e0f61eec4590accb2 (diff) |
freedreno/ir3: drop dot graph dumping
At least for now.. right now the instruction and instruction list
printing should suffice, and the re-working of ir3_block would require
a lot of changes in that code.
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 2735ae41315..aec09ab6616 100644 --- a/src/gallium/drivers/freedreno/freedreno_util.h +++ b/src/gallium/drivers/freedreno/freedreno_util.h @@ -63,7 +63,6 @@ enum adreno_stencil_op fd_stencil_op(unsigned op); #define FD_DBG_FRAGHALF 0x0080 #define FD_DBG_NOBIN 0x0100 #define FD_DBG_OPTMSGS 0x0400 -#define FD_DBG_OPTDUMP 0x0800 #define FD_DBG_GLSL120 0x1000 #define FD_DBG_NOCP 0x2000 #define FD_DBG_NIR 0x4000 |