Commit 14365e1d by angle-autoroll Committed by Commit Bot

Roll VK-GL-CTS from dab93ea8f88c to 6498f4042d9f (9 revisions)

https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git/+log/dab93ea8f88c..6498f4042d9f 2021-05-07 alexander.galazin@arm.com Merge vk-gl-cts/vulkan-cts-1.2.6 into vk-gl-cts/master 2021-05-06 alexander.galazin@arm.com Merge vk-gl-cts/github-master into vk-gl-cts/master 2021-05-06 juha.heiskanen@siru.fi Add TexSubImage2D format compatibility tests 2021-05-06 piotr.byszewski@mobica.com Rename all OperationId enum values 2021-05-06 juha.heiskanen@siru.fi Fix validation error 'InputNotProduced' in Amber tests 2021-05-06 rgarcia@igalia.com Decrease 3D image size in image atomic op tests 2021-05-06 venni.ihanakangas@siru.fi Fix interfaceTypeMismatch validation errors in Amber tests 2021-05-06 antto.makinen@siru.fi Add a batch of GraphicsFuzz coverage tests 2021-05-06 jari.komppa@siru.fi Cover array input to interpolateAtCentroid 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 timvp@google.com,angle-bots+autoroll-info@google.com on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md Bug: angleproject:5952 Change-Id: Ic3a29ba2ae65ef1660c02b765a8fd767c6a5e133 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2890549Reviewed-by: 's avatarIan Elliott <ianelliott@google.com> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Tim Van Patten <timvp@google.com>
parent 859ed396
......@@ -33,7 +33,7 @@ vars = {
'dummy_checkout_chromium': False,
# Current revision of VK-GL-CTS (a.k.a dEQP).
'vk_gl_cts_revision': 'dab93ea8f88c3661c166ff0771310f36d0a7d790',
'vk_gl_cts_revision': '6498f4042d9f838580f03489474ace689618aaad',
# Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting.
......
......@@ -22,7 +22,7 @@
"third_party/VK-GL-CTS/src/external/openglcts/modules/CMakeLists.txt":
"9852754780cd9522f93644d2d99b271d",
"third_party/VK-GL-CTS/src/external/openglcts/modules/common/CMakeLists.txt":
"c24e72de4aedd9855ea5ab30c3ac4e4c",
"7ac784a740e0bd9c3f7978a68a65989d",
"third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/CMakeLists.txt":
"bf71ce2d9756ccee7833a789737e6481",
"third_party/VK-GL-CTS/src/external/openglcts/modules/gl/CMakeLists.txt":
......
......@@ -963,6 +963,8 @@ deqp_khr_common_sources = [
"$deqp_path/external/openglcts/modules/common/glcTestPackage.hpp",
"$deqp_path/external/openglcts/modules/common/glcTestSubcase.cpp",
"$deqp_path/external/openglcts/modules/common/glcTestSubcase.hpp",
"$deqp_path/external/openglcts/modules/common/glcTextureCompatibilityTests.cpp",
"$deqp_path/external/openglcts/modules/common/glcTextureCompatibilityTests.hpp",
"$deqp_path/external/openglcts/modules/common/glcTextureFilterAnisotropicTests.cpp",
"$deqp_path/external/openglcts/modules/common/glcTextureFilterAnisotropicTests.hpp",
"$deqp_path/external/openglcts/modules/common/glcTextureRepeatModeTests.cpp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment