mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 22:30:31 +01:00
gfxstream: Use KHR version of the line_rasterization extension
Vulkan headers are exposing KHR version of the extension. Without this change, codegen won't generate the necessary guest code, and the calls with the extension structures will be skipped, causing dEQP failures. Test: dEQP-VK.api.info.vulkan1p2_limits_validation* Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31650>
This commit is contained in:
parent
64c4d29e65
commit
1efbfd370b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ SUPPORTED_FEATURES = [
|
|||
"VK_NV_shader_subgroup_partitioned",
|
||||
"VK_KHR_shader_subgroup_extended_types",
|
||||
"VK_EXT_provoking_vertex",
|
||||
"VK_EXT_line_rasterization",
|
||||
"VK_KHR_line_rasterization",
|
||||
"VK_EXT_transform_feedback",
|
||||
"VK_EXT_primitive_topology_list_restart",
|
||||
"VK_EXT_index_type_uint8",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue