anv: Enabled the VK_EXT_sample_locations extension
Enabled the VK_EXT_sample_locations for Intel Gen >= 7. v2: Replaced device.info->gen >= 7 with True, as Anv doesn't support anything below Gen7. (Lionel Landwerlin) Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1887>
This commit is contained in:

committed by
Marge Bot

parent
6ab5dc45f6
commit
4ad4cd8906
@@ -490,6 +490,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_KHR_performance_query DONE (anv/gen8+)
|
||||
VK_KHR_pipeline_executable_properties DONE (anv, radv)
|
||||
VK_KHR_push_descriptor DONE (anv, radv)
|
||||
VK_EXT_sample_locations DONE (anv, radv)
|
||||
VK_KHR_shader_clock DONE (anv, radv)
|
||||
VK_KHR_shader_non_semantic_info DONE (anv, radv)
|
||||
VK_KHR_shader_terminate_invocation DONE (anv, radv)
|
||||
|
@@ -155,7 +155,7 @@ EXTENSIONS = [
|
||||
Extension('VK_EXT_private_data', 1, True),
|
||||
Extension('VK_EXT_queue_family_foreign', 1, 'ANDROID'),
|
||||
Extension('VK_EXT_robustness2', 1, True),
|
||||
Extension('VK_EXT_sample_locations', 1, False),
|
||||
Extension('VK_EXT_sample_locations', 1, True),
|
||||
Extension('VK_EXT_sampler_filter_minmax', 2, 'device->info.gen >= 9'),
|
||||
Extension('VK_EXT_scalar_block_layout', 1, True),
|
||||
Extension('VK_EXT_separate_stencil_usage', 1, True),
|
||||
|
Reference in New Issue
Block a user