mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
vallium: disable VK_KHR_shader_float16_int8.
This is actually a TODO. Fixes: dEQP-VK.info.device_mandatory_features Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6381>
This commit is contained in:
parent
8f6eb35e09
commit
35a42ff9c5
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_sampler_ycbcr_conversion', 1, False),
|
||||
Extension('VK_KHR_shader_atomic_int64', 1, False),
|
||||
Extension('VK_KHR_shader_draw_parameters', 1, False),
|
||||
Extension('VK_KHR_shader_float16_int8', 1, True),
|
||||
Extension('VK_KHR_shader_float16_int8', 1, False),
|
||||
Extension('VK_KHR_storage_buffer_storage_class', 1, True),
|
||||
Extension('VK_KHR_surface', 25, 'VAL_HAS_SURFACE'),
|
||||
Extension('VK_KHR_surface_protected_capabilities', 1, 'VAL_HAS_SURFACE'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue