gfxstream: Allow VK_KHR_line_rasterization
Allow KHR version of the line_rasterization extension to be supported from the guest side. Test: dEQP-VK.dynamic_state.monolithic.line_width.* Reviewed-by: Aaron Ruby <aruby@blackberry.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31929>
This commit is contained in:
committed by
Gurchetan Singh
parent
6912c95efe
commit
e53a2c7474
@@ -1743,6 +1743,7 @@ VkResult ResourceTracker::on_vkEnumerateDeviceExtensionProperties(
|
||||
"VK_KHR_shader_subgroup_extended_types",
|
||||
"VK_EXT_subgroup_size_control",
|
||||
"VK_EXT_provoking_vertex",
|
||||
"VK_KHR_line_rasterization",
|
||||
"VK_EXT_line_rasterization",
|
||||
"VK_KHR_shader_terminate_invocation",
|
||||
"VK_EXT_transform_feedback",
|
||||
|
||||
Reference in New Issue
Block a user