mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
panvk: don't advertise VK_KHR_float_controls2 on bifrost
This extension requires vulkan 1.1. Fixes
dEQP-VK.api.info.extension_core_versions.extension_core_versions on
bifrost.
Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
Fixes: 22fa3e88dd ("panvk: advertise VK_KHR_float_controls2")
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34463>
This commit is contained in:
parent
b218c45973
commit
a02b6e6bef
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ get_device_extensions(const struct panvk_physical_device *device,
|
|||
.KHR_shader_draw_parameters = true,
|
||||
.KHR_shader_expect_assume = true,
|
||||
.KHR_shader_float_controls = true,
|
||||
.KHR_shader_float_controls2 = true,
|
||||
.KHR_shader_float_controls2 = has_vk1_1,
|
||||
.KHR_shader_float16_int8 = true,
|
||||
.KHR_shader_maximal_reconvergence = has_vk1_1,
|
||||
.KHR_shader_non_semantic_info = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue