mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
radeonsi: fix use aco/llvm debug options
They should be moved to shader options.
Fixes: 5c92fe45a1 ("radeonsi: support more than 64 options for AMD_DEBUG")
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37433>
This commit is contained in:
parent
3a4b3322d4
commit
996c0af482
1 changed files with 3 additions and 2 deletions
|
|
@ -212,8 +212,6 @@ enum
|
|||
|
||||
DBG_TMZ,
|
||||
DBG_SQTT,
|
||||
DBG_USE_ACO,
|
||||
DBG_USE_LLVM,
|
||||
|
||||
DBG_COUNT
|
||||
};
|
||||
|
|
@ -249,6 +247,9 @@ enum
|
|||
DBG_CHECK_IR,
|
||||
DBG_MONOLITHIC_SHADERS,
|
||||
DBG_NO_OPT_VARIANT,
|
||||
|
||||
DBG_USE_ACO,
|
||||
DBG_USE_LLVM,
|
||||
};
|
||||
|
||||
/* Debug options for multimedia. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue