mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
driconf: enable custom_border_colors_without_format for ANGLE-on-anv
custom_border_colors_without_format was disabled on android for anv to add support for VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT. See https://gitlab.freedesktop.org/mesa/mesa/-/issues/12511#note_2749432 ANGLE's vulkan backend needs custom_border_colors_without_format for EXT_texture_border_clamp which is required for GL_ANDROID_extension_pack_es31a so enable it when run under ANGLE which doesn't utilize VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT. Signed-off-by: Juston Li <justonli@google.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34490>
This commit is contained in:
parent
995dc61bf5
commit
762b749f9f
1 changed files with 3 additions and 0 deletions
|
|
@ -1092,6 +1092,9 @@ TODO: document the other workarounds.
|
|||
<engine engine_name_match="vkd3d">
|
||||
<option name="compression_control_enabled" value="true" />
|
||||
</engine>
|
||||
<engine engine_name_match="ANGLE">
|
||||
<option name="custom_border_colors_without_format" value="true" />
|
||||
</engine>
|
||||
</device>
|
||||
<device driver="dzn">
|
||||
<application name="DOOMEternal" executable="DOOMEternalx64vk.exe">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue