Skip to content

Commit

Permalink
Roll VK-GL-CTS from a9f7069b9a5b to 08a7f888a933 (6 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git/+log/a9f7069b9a5b..08a7f888a933

2024-12-05 javed@igalia.com Add tests for mutable format resolves
2024-12-05 javed@igalia.com Add coverage for pipeline binary keys
2024-12-05 piotr.byszewski@mobica.com Coverage for different operations
and helper invocations
2024-12-05 rgarcia@igalia.com Test tessellation state changes with
shader objects
2024-12-05 piotr.byszewski@mobica.com Fix validation error in dedicated
DRLR tests
2024-12-05 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.4.1
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 angle-team@google.com,cnorthrop@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://issues.skia.org/issues/new?component=1389291&template=1850622

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

Bug: None
Tbr: cnorthrop@google.com
Change-Id: I97154e2205e4a45afa4e4adf5cb14eec9f48def6
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6079679
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Dec 9, 2024
1 parent f5196a2 commit 6b68373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ vars = {
'dummy_checkout_chromium': False,

# Current revision of VK-GL-CTS (a.k.a dEQP).
'vk_gl_cts_revision': 'a9f7069b9a5ba94715a175cb1818ed504add0107',
'vk_gl_cts_revision': '08a7f888a933987620b1e4d823098ada8681d369',

# Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shader_object/CMakeLists.txt":
"c871efdd1959d74856c9794060052bdc",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/CMakeLists.txt":
"aab6893cf6e96cf0c45996fe6676811b",
"e1526d49f318a8a3151d582f5f3936f8",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/CMakeLists.txt":
"aed26ad8bba3ae469bde60b6fccc5d4e",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/CMakeLists.txt":
Expand Down
2 changes: 1 addition & 1 deletion third_party/VK-GL-CTS/src
Submodule src updated 39 files
+1 −0 AndroidGen.bp
+1 −0 AndroidKhronosCTSGen.bp
+0 −1 android/cts/main/vk-main-2020-03-01/protected-memory.txt
+6 −0 android/cts/main/vk-main-2024-03-01/glsl.txt
+436 −0 android/cts/main/vk-main-2024-03-01/image/mutable.txt
+1 −0 android/cts/main/vk-main-2024-03-01/pipeline/fast-linked-library.txt
+1 −0 android/cts/main/vk-main-2024-03-01/pipeline/monolithic.txt
+1 −0 android/cts/main/vk-main-2024-03-01/pipeline/pipeline-library.txt
+52 −0 android/cts/main/vk-main-2024-03-01/tessellation.txt
+61 −8 external/vulkancts/framework/vulkan/vkPipelineConstructionUtil.cpp
+10 −4 external/vulkancts/framework/vulkan/vkPipelineConstructionUtil.hpp
+2 −2 external/vulkancts/modules/vulkan/compute/vktComputeBasicComputeShaderTests.cpp
+2 −1 external/vulkancts/modules/vulkan/draw/vktDrawSampleAttributeTests.cpp
+2 −6 external/vulkancts/modules/vulkan/image/vktImageDepthStencilSeparateTests.cpp
+190 −56 external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
+161 −1 external/vulkancts/modules/vulkan/pipeline/vktPipelineBinaryTests.cpp
+1 −1 external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemStackTests.cpp
+128 −85 external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp
+3 −1 external/vulkancts/modules/vulkan/ray_query/vktRayQueryMultipleRayQueries.cpp
+17 −4 external/vulkancts/modules/vulkan/ray_query/vktRayQueryStressTests.cpp
+2 −2 external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingPipelineLibraryTests.cpp
+20 −34 external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingLocalReadTests.cpp
+2 −0 external/vulkancts/modules/vulkan/shaderexecutor/CMakeLists.txt
+639 −0 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderHelperInvocationsTests.cpp
+36 −0 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderHelperInvocationsTests.hpp
+308 −177 external/vulkancts/modules/vulkan/tessellation/vktTessellationMiscDrawTests.cpp
+2 −3 external/vulkancts/modules/vulkan/video/vktVideoEncodeTests.cpp
+2 −0 external/vulkancts/modules/vulkan/vktTestPackage.cpp
+6 −0 external/vulkancts/mustpass/main/vk-default/glsl.txt
+436 −0 external/vulkancts/mustpass/main/vk-default/image/mutable.txt
+1 −0 external/vulkancts/mustpass/main/vk-default/pipeline/fast-linked-library.txt
+1 −0 external/vulkancts/mustpass/main/vk-default/pipeline/monolithic.txt
+1 −0 external/vulkancts/mustpass/main/vk-default/pipeline/pipeline-library.txt
+0 −1 external/vulkancts/mustpass/main/vk-default/protected-memory.txt
+52 −0 external/vulkancts/mustpass/main/vk-default/tessellation.txt
+6 −0 external/vulkancts/mustpass/main/vksc-default/glsl.txt
+436 −0 external/vulkancts/mustpass/main/vksc-default/image/mutable.txt
+0 −1 external/vulkancts/mustpass/main/vksc-default/protected-memory.txt
+52 −0 external/vulkancts/mustpass/main/vksc-default/tessellation.txt

0 comments on commit 6b68373

Please sign in to comment.