Module: Mesa
Branch: master
Commit: 7bcda214410787209893bc0cb567675acabc18ab
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bcda214410787209893bc0cb567675acabc18ab

Author: Eric Anholt <[email protected]>
Date:   Mon Apr 26 11:24:58 2021 -0700

turnip: Demote API version to 1.1.

We don't support major 1.2 required extensions like timeline semaphores.
Fixes many complaints in the dEQP-VK.info.vulkan1p2.* group.

We were originally bumped to 1.2 in 75755e0eba17 ("turnip: Pretend to
support Vulkan 1.2") but hopefully that build issue has been fixed in the
entrypoint reworks since then.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10471>

---

 src/freedreno/ci/deqp-freedreno-a630-fails.txt | 4 ----
 src/freedreno/vulkan/tu_extensions.py          | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/freedreno/ci/deqp-freedreno-a630-fails.txt 
b/src/freedreno/ci/deqp-freedreno-a630-fails.txt
index 265e16656d8..2ec1dd70f65 100644
--- a/src/freedreno/ci/deqp-freedreno-a630-fails.txt
+++ b/src/freedreno/ci/deqp-freedreno-a630-fails.txt
@@ -14,10 +14,7 @@ 
dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail,Fail
 dEQP-VK.api.driver_properties.conformance_version,Fail
 dEQP-VK.api.driver_properties.driver_id_match,Fail
 dEQP-VK.api.info.format_properties.g8b8g8r8_422_unorm,Fail
-dEQP-VK.api.info.get_physical_device_properties2.features,Fail
 dEQP-VK.api.info.get_physical_device_properties2.memory_properties,Fail
-dEQP-VK.api.info.vulkan1p2.property_extensions_consistency,Fail
-dEQP-VK.api.info.vulkan1p2_limits_validation.khr_multiview,Fail
 dEQP-VK.compute.basic.max_local_size_x,Crash
 dEQP-VK.compute.basic.max_local_size_y,Crash
 dEQP-VK.draw.shader_viewport_index.fragment_shader_10,Fail
@@ -128,7 +125,6 @@ 
dEQP-VK.image.subresource_layout.3d.all_levels.r16g16_snorm,Fail
 dEQP-VK.image.subresource_layout.3d.all_levels.r16g16b16a16_snorm,Fail
 dEQP-VK.image.subresource_layout.3d.all_levels.r8_snorm,Fail
 dEQP-VK.image.subresource_layout.3d.all_levels.r8g8b8a8_snorm,Fail
-dEQP-VK.info.device_mandatory_features,Fail
 dEQP-VK.pipeline.framebuffer_attachment.diff_attachments_2d_19x27_32x32_ms,Fail
 
dEQP-VK.pipeline.push_descriptor.compute.binding0_numcalls2_combined_image_sampler,Crash
 dEQP-VK.pipeline.push_descriptor.compute.binding0_numcalls2_sampled_image,Crash
diff --git a/src/freedreno/vulkan/tu_extensions.py 
b/src/freedreno/vulkan/tu_extensions.py
index a5652aeec1e..dcc2b61bdfd 100644
--- a/src/freedreno/vulkan/tu_extensions.py
+++ b/src/freedreno/vulkan/tu_extensions.py
@@ -35,7 +35,7 @@ sys.path.append(VULKAN_UTIL)
 from vk_extensions import *
 from vk_extensions_gen import *
 
-MAX_API_VERSION = '1.2.131'
+MAX_API_VERSION = '1.1.128'
 
 # On Android, we disable all surface and swapchain extensions. Android's Vulkan
 # loader implements VK_KHR_surface and VK_KHR_swapchain, and applications

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to