Hash :
cb4b1f36
Author :
Date :
2023-07-31T14:32:41
Manual Roll VK-GL-CTS from e7b180ad5366 to 00cccd7cf562 (37 revisions) https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git/+log/e7b180ad5366..00cccd7cf562 2023-07-28 jbolz@nvidia.com Remove early-outs that break objectreservation counts in VulkanSC 2023-07-28 syoussefi@google.com Fix fence status check in VK_EXT_swapchain_maintenance1 test 2023-07-28 jbolz@nvidia.com Fix extended_dynamic_state tests to run in VulkanSC 2023-07-28 jbolz@nvidia.com Fix shaderexecutor and subgroup supported stage checks 2023-07-28 rgarcia@igalia.com Test PGQ with the availability bit 2023-07-28 rgarcia@igalia.com Check Vulkan version before getting device function pointers 2023-07-28 rgarcia@igalia.com Test dynamic depth clamp and static depth clip 2023-07-28 lorenzo@khronosgroup.org Merge vk-gl-cts/opengl-es-cts-3.2.9 into vk-gl-cts/main 2023-07-28 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.3.6 into vk-gl-cts/main 2023-07-21 lorenzo@khronosgroup.org Merge vk-gl-cts/opengl-cts-4.6.3 into vk-gl-cts/main 2023-07-21 lorenzo@khronosgroup.org Merge vk-gl-cts/opengl-es-cts-3.2.9 into vk-gl-cts/main 2023-07-21 ziga@lunarg.com Add dynamic state stencil op tests with multiple pipelines 2023-07-21 rgarcia@igalia.com Check acceleration structure creation does not touch buffers 2023-07-21 rgarcia@igalia.com Test VkDescriptorSetVariableDescriptorCountLayoutSupport 2023-07-21 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.3.6 into vk-gl-cts/main 2023-07-20 aitor@lunarg.com Advance glslang to fix link error for ndk26 2023-07-14 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.3.6 into vk-gl-cts/main 2023-07-14 rgarcia@igalia.com Test strides smaller than vertex attribute sizes 2023-07-14 rgarcia@igalia.com Test RGBA expansion in vertex inputs 2023-07-14 rgarcia@igalia.com Vertex input attribute offset tests 2023-07-14 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.3.6 into vk-gl-cts/main 2023-07-14 javed@igalia.com Add tests for 128b multisample color attachments 2023-07-14 rgarcia@igalia.com Test queries with multiview and availability bit 2023-07-14 dneto@google.com Test round-to-zero behaviour of OpConvertFToU 2023-07-14 dneto@google.com Test round-to-zero behaviour of OpConvertFToS 2023-07-10 slawomir.cygan@intel.com Fix checking support in cooperative matrix test 2023-07-07 rgarcia@igalia.com Test sample shading with dynamic sample counts 2023-07-07 ziga@lunarg.com Add more primitives generated query tests 2023-07-07 ewerness@nvidia.com Add testing for VK_KHR_ray_tracing_position_fetch 2023-07-07 aitor@lunarg.com Add required defines for Android builds with SDK33+ 2023-07-07 piotr.byszewski@mobica.com Test pipeline statistics when blitting 2023-07-07 mohd.faisal@arm.com Fix validation errors in ext_shader_tile_image CTS 2023-07-07 michal.jakubek@mobica.com Removal of copying protected image to host visible buffer 2023-07-07 rgarcia@igalia.com More dynamic rasterization sample count tests 2023-07-07 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.3.6 into vk-gl-cts/main 2023-07-05 ziga@lunarg.com Update vulkan-docs to current version 2023-07-04 slawomir.cygan@intel.com Build fix for MSVC C++ 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,yuxinhu@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: None Tbr: yuxinhu@google.com Change-Id: Ib62a4c52e37902c8f605068f6ca1a786ae58bc49 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4732743 Reviewed-by: Solti Ho <solti@google.com> Reviewed-by: Yuxin Hu <yuxinhu@google.com> Commit-Queue: Yuxin Hu <yuxinhu@google.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
{
"scripts/gen_vk_gl_cts_build.py":
"24739596e62c08ed31dbd22a5b8e77be",
"src/tests/deqp_support/BUILD.gn":
"235621d23c9fc11885f6a29541679898",
"src/tests/deqp_support/deqp_data_autogen.gni":
"66f7f626b3f33cd2aaaceb0592680be9",
"third_party/VK-GL-CTS/src/CMakeLists.txt":
"3afd0eaaee25b11566785231bd8d426f",
"third_party/VK-GL-CTS/src/execserver/CMakeLists.txt":
"38aa187592e6ef9a331fc1ea313fc68d",
"third_party/VK-GL-CTS/src/executor/CMakeLists.txt":
"3c256f00625f67d2a8d9ead5f21faddf",
"third_party/VK-GL-CTS/src/external/ESExtractor/CMakeLists.txt":
"69b6601d8cadc4da4538d78c60ac912a",
"third_party/VK-GL-CTS/src/external/amber/CMakeLists.txt":
"8871068a2efa10bdce22d5a8588db7ab",
"third_party/VK-GL-CTS/src/external/glslang/CMakeLists.txt":
"323b44bb52b08f5a937d6e7827667d34",
"third_party/VK-GL-CTS/src/external/jsoncpp/CMakeLists.txt":
"80cd4f898f759cebdeaa46552fcedddb",
"third_party/VK-GL-CTS/src/external/libpng/CMakeLists.txt":
"f0a31a5d1edcf912eea4668abf8c9c27",
"third_party/VK-GL-CTS/src/external/nvidia-video-samples/CMakeLists.txt":
"193a6f0ef21ff9c5c486879ac8b80624",
"third_party/VK-GL-CTS/src/external/openglcts/CMakeLists.txt":
"fefc76d843831c4778fb4f8877f63f04",
"third_party/VK-GL-CTS/src/external/openglcts/modules/CMakeLists.txt":
"b86720876690a503071da70f47dc53f7",
"third_party/VK-GL-CTS/src/external/openglcts/modules/common/CMakeLists.txt":
"40d610e7368f2c68e33e040fb8838973",
"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":
"88b5e23e6358ef6be23024050521fb01",
"third_party/VK-GL-CTS/src/external/openglcts/modules/gles2/CMakeLists.txt":
"5ac63dce60849bf12e3ab2dde99424ab",
"third_party/VK-GL-CTS/src/external/openglcts/modules/gles3/CMakeLists.txt":
"20eb8824a2875c4f4087654d21418a47",
"third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/CMakeLists.txt":
"496adbd5a76701e3e8653a62805075a7",
"third_party/VK-GL-CTS/src/external/openglcts/modules/gles32/CMakeLists.txt":
"f2e02e3f357ad23b037f028efb744fe4",
"third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/CMakeLists.txt":
"9e78c7857b44973b82cb44c3815e7b4e",
"third_party/VK-GL-CTS/src/external/openglcts/modules/runner/CMakeLists.txt":
"3dcd5a676779022e768aaa35e286757d",
"third_party/VK-GL-CTS/src/external/spirv-tools/CMakeLists.txt":
"cca8b4b984c40afb9880d177d53623a1",
"third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/CMakeLists.txt":
"a4ef50c0e3d5e55658d3153a18ea44d3",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/CMakeLists.txt":
"332da55cca2e6eebf6e0b4c140fddfcd",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/amber/CMakeLists.txt":
"51aed6000e6c76f2e4a5922e48841885",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/CMakeLists.txt":
"c8456e38412144ebf7e3f0d74fa2dd61",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/binding_model/CMakeLists.txt":
"3873c4db7acdfa9117d9254030864126",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/clipping/CMakeLists.txt":
"2341f788b087bc78e89f66446fdad59b",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/compute/CMakeLists.txt":
"1a19805e1ecf7cea517d5ff5a8da4858",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/conditional_rendering/CMakeLists.txt":
"1586adb5303e94670bf066685c6f5234",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/descriptor_indexing/CMakeLists.txt":
"86aa073130ad92896be00745532d9bc7",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/device_group/CMakeLists.txt":
"451a6c35fd38aec3212d02f14f201cf9",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/CMakeLists.txt":
"df5fe976e91e84010cd1a6975917fdab",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/CMakeLists.txt":
"bb996931569744e70863a1c61020dee6",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_ops/CMakeLists.txt":
"f1e720b1aa67ec3a3dc981369910e6cd",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_shader_interlock/CMakeLists.txt":
"70739d786729b1bfaddeb1c93dec41f0",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_shading_barycentric/CMakeLists.txt":
"994299a54be2b1fd84770b5b1b1e27d6",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_shading_rate/CMakeLists.txt":
"70bd1230fad695239b2a5e9019737eaf",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/geometry/CMakeLists.txt":
"0d0cf6c5e43e63f73dbba0a511a50127",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/CMakeLists.txt":
"563bc5b3bbecf0e0f6549347660e7854",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/imageless_framebuffer/CMakeLists.txt":
"62bd75a001d0e25016bcac31c1fbbfa8",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory/CMakeLists.txt":
"40f562705a435fe93a62a9d82b6a4ceb",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory_model/CMakeLists.txt":
"e3000d0283ba5aa213921ef32c707b64",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/mesh_shader/CMakeLists.txt":
"cb0f508bca3d9f90bd1a403fc1899900",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/modifiers/CMakeLists.txt":
"471241670f8384908630cb1c491c3d54",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/multiview/CMakeLists.txt":
"e426e46a5ad0be2fbc7391bb6d9efc75",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/CMakeLists.txt":
"cc8b310d790c2378305f1511ed2d7df0",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/postmortem/CMakeLists.txt":
"072d7e38fa574e5b52e4eb6939988f74",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/protected_memory/CMakeLists.txt":
"1738f389adb6a46eae4f560ccd3152a3",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/query_pool/CMakeLists.txt":
"c2dfb7fcd0ffc20f4c30eea92d985f97",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/rasterization/CMakeLists.txt":
"4816dc26f1286edf40c52e1daa03d06d",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ray_query/CMakeLists.txt":
"3f8554f319513d70fa534c37cda0376b",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ray_tracing/CMakeLists.txt":
"e41b3bce4d13b7a373bc5cf04308c096",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/reconvergence/CMakeLists.txt":
"1fa37cc8a0e6d669f03961b91413b885",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/CMakeLists.txt":
"e85900a33e312b2c082076c63c0a54b0",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/robustness/CMakeLists.txt":
"8c4ca66cc48131ed0d1380e13d44b6e7",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sc/CMakeLists.txt":
"59984e5eeb9a42789bd499b24b45fdc9",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/CMakeLists.txt":
"cc604781e2ee1185d026e221f3348c4d",
"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":
"a911eeed0814097d6ddf04e6372c6c1b",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/spirv_assembly/CMakeLists.txt":
"1e3b6aa69ee019079cb4debf8f76ed4d",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ssbo/CMakeLists.txt":
"509295d2d41e74dc371ec29b221ee854",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/CMakeLists.txt":
"918d86a791165924ba3650712d371f5e",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/synchronization/CMakeLists.txt":
"b6c87bf6ff70c4feb77625362b706c68",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/tessellation/CMakeLists.txt":
"bad6a711b7ad4c5eed405cc17f945fd9",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/CMakeLists.txt":
"12a01bae782a7fb371d76d4d943e680f",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/transform_feedback/CMakeLists.txt":
"62142047c88ec2d75708c32604941f98",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ubo/CMakeLists.txt":
"b19406c9adcf4f085868da42a6910ee5",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/util/CMakeLists.txt":
"1c84405ec7d878f279e37bd555af8a41",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/video/CMakeLists.txt":
"d8c821fb203f86fd879dc047fdb240be",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/wsi/CMakeLists.txt":
"4b9b02f3fab98243826e777c3e71e340",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/CMakeLists.txt":
"917e47da48c8e5be8cbbf2b76b8d1955",
"third_party/VK-GL-CTS/src/external/vulkancts/vkscpc/CMakeLists.txt":
"b1e0a3495cabd10a8020bf0aa2635ee1",
"third_party/VK-GL-CTS/src/external/vulkancts/vkscserver/CMakeLists.txt":
"9e662101f6be2a7029a0fbfda671eab9",
"third_party/VK-GL-CTS/src/external/zlib/CMakeLists.txt":
"30ffe3a360ab8870fe103084e9947e6d",
"third_party/VK-GL-CTS/src/framework/CMakeLists.txt":
"edeee2284578f1b76122adee5e42f0e7",
"third_party/VK-GL-CTS/src/framework/common/CMakeLists.txt":
"9b44d9be55fe8418f7e79b4e75512379",
"third_party/VK-GL-CTS/src/framework/delibs/debase/CMakeLists.txt":
"136b8d2068c0920684582500843b3f88",
"third_party/VK-GL-CTS/src/framework/delibs/decpp/CMakeLists.txt":
"79eafc10a11505abc6956477ebdb6e36",
"third_party/VK-GL-CTS/src/framework/delibs/deimage/CMakeLists.txt":
"688f12f6431595fd7a23a58bafa86964",
"third_party/VK-GL-CTS/src/framework/delibs/depool/CMakeLists.txt":
"f8c8af27fbf82656af87e71c90515225",
"third_party/VK-GL-CTS/src/framework/delibs/destream/CMakeLists.txt":
"887354432f1ebb2aacdb4c74ce56c591",
"third_party/VK-GL-CTS/src/framework/delibs/dethread/CMakeLists.txt":
"de4d44f121a55a0e8ebb99f92d3ae068",
"third_party/VK-GL-CTS/src/framework/delibs/deutil/CMakeLists.txt":
"4f5adb3ed41711107bcea02e81f5a022",
"third_party/VK-GL-CTS/src/framework/egl/CMakeLists.txt":
"ad3d1d711350899151b4f1a9ec55d561",
"third_party/VK-GL-CTS/src/framework/egl/wrapper/CMakeLists.txt":
"56b5fe404103a8f0f76d91fe4bd0070c",
"third_party/VK-GL-CTS/src/framework/opengl/CMakeLists.txt":
"933a8c72b6a43ee6288cd6568561699b",
"third_party/VK-GL-CTS/src/framework/opengl/simplereference/CMakeLists.txt":
"3bc65187d31db25fe6d862b6e1e64b16",
"third_party/VK-GL-CTS/src/framework/opengl/wrapper/CMakeLists.txt":
"31a7adfb6e907b53ef24bb6ea044b838",
"third_party/VK-GL-CTS/src/framework/platform/CMakeLists.txt":
"b5cd0ac65a192cd8ac9dc1f363885a22",
"third_party/VK-GL-CTS/src/framework/qphelper/CMakeLists.txt":
"4118a22199375e743dee74afda146f55",
"third_party/VK-GL-CTS/src/framework/randomshaders/CMakeLists.txt":
"d1d59780829f01d4670492d21a931dfb",
"third_party/VK-GL-CTS/src/framework/referencerenderer/CMakeLists.txt":
"7ac17ce883289a4d9bf3c69bad5263b7",
"third_party/VK-GL-CTS/src/framework/xexml/CMakeLists.txt":
"58c91860abe3f6515acbf5a5abce6f0c",
"third_party/VK-GL-CTS/src/modules/CMakeLists.txt":
"632cf1d4d696b1e19c01c6d11e2d59c4",
"third_party/VK-GL-CTS/src/modules/egl/CMakeLists.txt":
"56b1b9e93a8c761c1b91fd4c2992e630",
"third_party/VK-GL-CTS/src/modules/gles2/CMakeLists.txt":
"ec93c8c562e1e87d77e7b024d02e0e07",
"third_party/VK-GL-CTS/src/modules/gles2/accuracy/CMakeLists.txt":
"a6677806fdbde7ecb6c61aced41d4bed",
"third_party/VK-GL-CTS/src/modules/gles2/functional/CMakeLists.txt":
"c97fbb00c08f13efb64364d60c8c905f",
"third_party/VK-GL-CTS/src/modules/gles2/performance/CMakeLists.txt":
"c62305ca30bf2a2af2d728ac8617bfce",
"third_party/VK-GL-CTS/src/modules/gles2/stress/CMakeLists.txt":
"32560174b5c5198e2572014c78d13e0c",
"third_party/VK-GL-CTS/src/modules/gles3/CMakeLists.txt":
"78e6927efd6ec6a4a76c749a8283bef8",
"third_party/VK-GL-CTS/src/modules/gles3/accuracy/CMakeLists.txt":
"b7453385be34577f584259912a63e372",
"third_party/VK-GL-CTS/src/modules/gles3/functional/CMakeLists.txt":
"6c63b786d55e25d7176f66a3f45eb547",
"third_party/VK-GL-CTS/src/modules/gles3/performance/CMakeLists.txt":
"7f59f06951811838d837912e366f1223",
"third_party/VK-GL-CTS/src/modules/gles3/stress/CMakeLists.txt":
"618e03b394cfc824a5114e7c0ac9843e",
"third_party/VK-GL-CTS/src/modules/gles31/CMakeLists.txt":
"fb5c020dd76bd615510e1ebfaaa8a19c",
"third_party/VK-GL-CTS/src/modules/gles31/functional/CMakeLists.txt":
"5c3b539f7a48f1e754d4e338d4c6cd71",
"third_party/VK-GL-CTS/src/modules/gles31/stress/CMakeLists.txt":
"d7ce9c1931444d263a0af3dcc5a11090",
"third_party/VK-GL-CTS/src/modules/glshared/CMakeLists.txt":
"97bd9c51fa33d2231ff158a913e1e486",
"third_party/VK-GL-CTS/src/modules/internal/CMakeLists.txt":
"3a2216627b43341eac2615c958b8290b"
}