Roll VK-GL-CTS from 6dee9965e173 to 7bbdc916a414 (16 revisions)

6dee9965e1..7bbdc916a4

2022-09-16 gleese@broadcom.com Tests for VK_EXT_depth_clamp_zero_one
2022-09-16 gleese@broadcom.com Update to the latest vulkan-docs version
2022-09-16 quic_mnetsch@quicinc.com Merge "Merge vk-gl-cts/vulkan-cts-1.3.3 into vk-gl-cts/main" into main
2022-09-16 ziga@lunarg.com Create VkShaderModule on the correct device
2022-09-16 gary.sweet@broadcom.com Fix dEQP-VK.synchronization.global_priority_transition.*
2022-09-16 zzoon@igalia.com Fix to ensure that a particular image with that format can be sampled via vkGetPhysicalDeviceImageFormatProperties.
2022-09-16 piotr.byszewski@mobica.com Interact FDM with imageless FB and secondary CB
2022-09-16 piotr.byszewski@mobica.com Add test for pervertex correctness
2022-09-16 marcin.zajac@mobica.com pipelineStageCreationFeedbackCount = 0 case
2022-09-16 jarred.davies@imgtec.com Add tests for VK_EXT_pipeline_robustness
2022-09-16 ziga@lunarg.com Add tests with dynamic states that discard all fragments
2022-09-16 chip@holochip.com Use Mach semaphores on Darwin
2022-09-16 marcin.zajac@mobica.com robustness1_vertex_access for VKSC
2022-09-16 piotr.byszewski@mobica.com Fix vkDeviceFeatures2.inl
2022-09-16 quic_mnetsch@quicinc.com Merge vk-gl-cts/opengl-cts-4.6.2 into vk-gl-cts/main
2022-09-15 quic_mnetsch@quicinc.com Merge vk-gl-cts/opengl-es-cts-3.2.8 into vk-gl-cts/main

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vk-gl-cts-angle-autoroll
Please CC abdolrashidi@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: angleproject:7673
Change-Id: Ic70f0c9da85a493c50e23662a37abb7b1d6c529c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3904783
Reviewed-by: Shahbaz Youssefi <syoussefi@google.com>
Auto-Submit: Amirali Abdolrashidi <abdolrashidi@google.com>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Amirali Abdolrashidi 2022-09-19 13:06:40 -07:00 коммит произвёл Angle LUCI CQ
Родитель 8e34ef7ac7
Коммит d19d9bfe28
3 изменённых файлов: 5 добавлений и 5 удалений

2
DEPS
Просмотреть файл

@ -43,7 +43,7 @@ vars = {
'dummy_checkout_chromium': False,
# Current revision of VK-GL-CTS (a.k.a dEQP).
'vk_gl_cts_revision': '6dee9965e173c4f3f1ffaa65ffc57df83038ff20',
'vk_gl_cts_revision': '7bbdc916a41493523c9f28d8bce725ca9a2fdc6b',
# Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting.

Просмотреть файл

@ -48,7 +48,7 @@
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/CMakeLists.txt":
"77809d58f6ec60b7bb12166718a32be1",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/amber/CMakeLists.txt":
"02d749ed3db124dcfad0cf9fa7e83e1c",
"51aed6000e6c76f2e4a5922e48841885",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/CMakeLists.txt":
"82946ea46893194a1119b7993e8d4086",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/binding_model/CMakeLists.txt":
@ -66,7 +66,7 @@
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/CMakeLists.txt":
"55f37c07dc5f599f3ea5b91c360a3609",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/CMakeLists.txt":
"73cc6337dbc2d8634017363c7f2a35fb",
"40f463e1affae54d26fd999177cffe14",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_ops/CMakeLists.txt":
"708c261587e66bca5875f26a9047c500",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_shader_interlock/CMakeLists.txt":
@ -162,7 +162,7 @@
"third_party/VK-GL-CTS/src/framework/delibs/destream/CMakeLists.txt":
"887354432f1ebb2aacdb4c74ce56c591",
"third_party/VK-GL-CTS/src/framework/delibs/dethread/CMakeLists.txt":
"e0c23a4550bf92c5618caf7bb1ce93ca",
"de4d44f121a55a0e8ebb99f92d3ae068",
"third_party/VK-GL-CTS/src/framework/delibs/deutil/CMakeLists.txt":
"4f5adb3ed41711107bcea02e81f5a022",
"third_party/VK-GL-CTS/src/framework/egl/CMakeLists.txt":

Просмотреть файл

@ -1481,7 +1481,7 @@ deqp_framework_delibs_sources_win = [
deqp_framework_delibs_sources_unix = [
"$deqp_path/framework/delibs/dethread/unix/deMutexUnix.c",
"$deqp_path/framework/delibs/dethread/unix/deNamedSemaphoreUnix.c",
"$deqp_path/framework/delibs/dethread/unix/deSemaphoreMach.c",
"$deqp_path/framework/delibs/dethread/unix/deSemaphoreUnix.c",
"$deqp_path/framework/delibs/dethread/unix/deThreadLocalUnix.c",
"$deqp_path/framework/delibs/dethread/unix/deThreadUnix.c",