Commit d9318acc by Shahbaz Youssefi Committed by Commit Bot

Roll VK-GL-CTS from 41331850eb21 to 54509765b18d (18 revisions)

https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git/+log/41331850eb21..54509765b18d 2020-12-10 boris.zanin@mobica.com Basic tests for VK_EXT_conservative_rasterization 2020-12-10 ari.suonpaa@siru.fi Add test for image copy special case 2020-12-10 mikko.tiusanen@siru.fi Add tests for GLES3 vector construction from other types 2020-12-10 alexander.galazin@arm.com Merge vk-gl-cts/opengl-es-cts-3.2.6 into vk-gl-cts/master 2020-12-09 alexander.galazin@arm.com Merge vk-gl-cts/vulkan-cts-1.2.5 into vk-gl-cts/master 2020-12-09 ari.suonpaa@siru.fi Add drawing tests for Android hardware buffer based color buffer 2020-12-09 rgarcia@igalia.com Test data spilling and unspilling around RT shader calls 2020-12-09 dominik.witczak@amd.com Add new tests that verify IgnoreIntersection/TerminateRay corner cases. 2020-12-09 rgarcia@igalia.com Test maxPipelineRayRecursionDepth can be zero 2020-12-09 gleese@broadcom.com Enable YCbCr filtering tests for non-separable chroma 2020-12-07 slawomir.cygan@intel.com Fix clang 10.0 build of ray tracing control flow tests 2020-12-07 slawomir.cygan@intel.com Remove merge conflict markers from mandatory_features.txt 2020-12-07 jan.mroczkowski@mobica.com Vulkan Portability support 2020-12-07 piotr.byszewski@mobica.com Disable conflicting fragment shading rate features 2020-12-07 alexander.galazin@arm.com Update Vulkan headers 2020-12-07 tzlatinski@nvidia.com Select SPIR-V for the robustness' compute shaders 2020-12-07 rgarcia@igalia.com Fix buffer offsets in push descriptor tests 2020-12-07 rgarcia@igalia.com Destroy deferred ops before destroying devices Bug: angleproject:5461 Change-Id: I86f70ea9b77c114ed9495215d83a6fee61adc76a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2586995Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent a77bc1f1
...@@ -26,7 +26,7 @@ vars = { ...@@ -26,7 +26,7 @@ vars = {
'dummy_checkout_chromium': False, 'dummy_checkout_chromium': False,
# Current revision of VK-GL-CTS (a.k.a dEQP). # Current revision of VK-GL-CTS (a.k.a dEQP).
'vk_gl_cts_revision': '41331850eb212df08e010b4d861992fe0aae6222', 'vk_gl_cts_revision': '54509765b18dae2b4836073f538b3a32667b97b6',
# Current revision of glslang, the Khronos SPIRV compiler. # Current revision of glslang, the Khronos SPIRV compiler.
'glslang_revision': 'c594de23cdd790d64ad5f9c8b059baae0ee2941d', 'glslang_revision': 'c594de23cdd790d64ad5f9c8b059baae0ee2941d',
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"third_party/VK-GL-CTS/src/external/openglcts/modules/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/openglcts/modules/CMakeLists.txt":
"9852754780cd9522f93644d2d99b271d", "9852754780cd9522f93644d2d99b271d",
"third_party/VK-GL-CTS/src/external/openglcts/modules/common/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/openglcts/modules/common/CMakeLists.txt":
"e5f5eb5359e32f1f12cd1d6457edcd89", "ece5f0d78cfc4fe6b82df51f038a0add",
"third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/CMakeLists.txt":
"bf71ce2d9756ccee7833a789737e6481", "bf71ce2d9756ccee7833a789737e6481",
"third_party/VK-GL-CTS/src/external/openglcts/modules/gl/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/openglcts/modules/gl/CMakeLists.txt":
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/device_group/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/device_group/CMakeLists.txt":
"6f9fe60553924ea0fe38b8e660fbdc5c", "6f9fe60553924ea0fe38b8e660fbdc5c",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/CMakeLists.txt":
"9f039fd8c4e8d98ab6ab93862ae573e5", "960148347ec291e18c9f780b5fed7de0",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/CMakeLists.txt":
"ba2bba86426f1dc9eb16bccc2df60111", "ba2bba86426f1dc9eb16bccc2df60111",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_ops/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_ops/CMakeLists.txt":
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ray_query/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ray_query/CMakeLists.txt":
"6f897d277516ca1a256b93f0c3b43b84", "6f897d277516ca1a256b93f0c3b43b84",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ray_tracing/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ray_tracing/CMakeLists.txt":
"bbbd0bf4d438eeefc323c416e257ac66", "7d96ec666df64aedec7e1b8220a5bc5f",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/CMakeLists.txt":
"154254ec9d21124a3ef46ad9e5cb1829", "154254ec9d21124a3ef46ad9e5cb1829",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/robustness/CMakeLists.txt": "third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/robustness/CMakeLists.txt":
......
...@@ -878,6 +878,8 @@ deqp_khr_common_sources = [ ...@@ -878,6 +878,8 @@ deqp_khr_common_sources = [
"$deqp_path/external/openglcts/modules/common/glcExtTokens.hpp", "$deqp_path/external/openglcts/modules/common/glcExtTokens.hpp",
"$deqp_path/external/openglcts/modules/common/glcFragDepthTests.cpp", "$deqp_path/external/openglcts/modules/common/glcFragDepthTests.cpp",
"$deqp_path/external/openglcts/modules/common/glcFragDepthTests.hpp", "$deqp_path/external/openglcts/modules/common/glcFragDepthTests.hpp",
"$deqp_path/external/openglcts/modules/common/glcGLSLVectorConstructorTests.cpp",
"$deqp_path/external/openglcts/modules/common/glcGLSLVectorConstructorTests.hpp",
"$deqp_path/external/openglcts/modules/common/glcInfoTests.cpp", "$deqp_path/external/openglcts/modules/common/glcInfoTests.cpp",
"$deqp_path/external/openglcts/modules/common/glcInfoTests.hpp", "$deqp_path/external/openglcts/modules/common/glcInfoTests.hpp",
"$deqp_path/external/openglcts/modules/common/glcInternalformatTests.cpp", "$deqp_path/external/openglcts/modules/common/glcInternalformatTests.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