mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
util: remove declared but unused DRIC_CONF_VK_REQUIRE_ASTC
Only used by RADV and ANV and options are auto-generated. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41843>
This commit is contained in:
parent
e84e9dc582
commit
9237656171
1 changed files with 0 additions and 4 deletions
|
|
@ -380,10 +380,6 @@
|
|||
#define DRI_CONF_INTEL_DISABLE_THREADED_CONTEXT(def) \
|
||||
DRI_CONF_OPT_B(intel_disable_threaded_context, def, "Disable threaded context")
|
||||
|
||||
#define DRI_CONF_VK_REQUIRE_ASTC(def) \
|
||||
DRI_CONF_OPT_B(vk_require_astc, def, \
|
||||
"Implement emulated ASTC on HW that does not support it")
|
||||
|
||||
/**
|
||||
* \brief Image quality-related options
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue