diff options
author | Marek Olšák <[email protected]> | 2019-11-08 19:24:34 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-11-11 19:45:04 -0500 |
commit | c3351bb44b72dcb6729700a5349f1c61e62fe6f9 (patch) | |
tree | 955fc27c45d0de7751a5b2876f58b23b72016adc /src/mesa/state_tracker/st_debug.c | |
parent | e00791c5525000652472cdcfe55d59f43ec3d85e (diff) |
st/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IR
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_debug.c')
-rw-r--r-- | src/mesa/state_tracker/st_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_debug.c b/src/mesa/state_tracker/st_debug.c index 06e2456ac98..95564cbc364 100644 --- a/src/mesa/state_tracker/st_debug.c +++ b/src/mesa/state_tracker/st_debug.c @@ -46,7 +46,7 @@ int ST_DEBUG = 0; static const struct debug_named_value st_debug_flags[] = { { "mesa", DEBUG_MESA, NULL }, - { "tgsi", DEBUG_TGSI, NULL }, + { "tgsi", DEBUG_PRINT_IR, NULL }, { "constants",DEBUG_CONSTANTS, NULL }, { "pipe", DEBUG_PIPE, NULL }, { "tex", DEBUG_TEX, NULL }, |