mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 22:00:25 +01:00
turnip: Remove unused TU_DEBUG_IR3 flag
Replaced by IR3_SHADER_DEBUG=disasm,{vs,...,cs} and unused since the
commit referenced below.
Fixes: 808992fc50 ("tu: Use the ir3 shader API")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8249>
(cherry picked from commit 6ceb6b509e)
This commit is contained in:
parent
14033ab6dc
commit
a14b8956fe
3 changed files with 1 additions and 3 deletions
|
|
@ -571,7 +571,7 @@
|
|||
"description": "turnip: Remove unused TU_DEBUG_IR3 flag",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "808992fc506b02908468b64082981ddb4e58f713"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -178,7 +178,6 @@ static const VkAllocationCallbacks default_alloc = {
|
|||
static const struct debug_control tu_debug_options[] = {
|
||||
{ "startup", TU_DEBUG_STARTUP },
|
||||
{ "nir", TU_DEBUG_NIR },
|
||||
{ "ir3", TU_DEBUG_IR3 },
|
||||
{ "nobin", TU_DEBUG_NOBIN },
|
||||
{ "sysmem", TU_DEBUG_SYSMEM },
|
||||
{ "forcebin", TU_DEBUG_FORCEBIN },
|
||||
|
|
|
|||
|
|
@ -217,7 +217,6 @@ enum tu_debug_flags
|
|||
{
|
||||
TU_DEBUG_STARTUP = 1 << 0,
|
||||
TU_DEBUG_NIR = 1 << 1,
|
||||
TU_DEBUG_IR3 = 1 << 2,
|
||||
TU_DEBUG_NOBIN = 1 << 3,
|
||||
TU_DEBUG_SYSMEM = 1 << 4,
|
||||
TU_DEBUG_FORCEBIN = 1 << 5,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue