Commit 12fec91
Roll VK-GL-CTS from 962460e9975c to a9988483c086 (11 revisions)
https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git/+log/962460e9975c..a9988483c086
2025-01-17 benjamin.cheng@amd.com Check min/maxCodedExtent for encode
tests
2025-01-17 kamil.goras@mobica.com Limit size of elements to 5000 before
resize of vector in AtomicCounterTest::checkPath.
2025-01-17 jasuarez@igalia.com Skip texture size promotion for
unsupported snorm
2025-01-17 marcin.hajder@mobica.com Fixed negative enhanced layouts
tests to prevent optimizing out some variables
2025-01-17 okuznetsov@google.com Limit max sub group size for
vktSubgroupsBallotMasksTests to 64
2025-01-17 gleese@broadcom.com Update depth edge-case tests to be
extension agnostic
2025-01-17 rgarcia@igalia.com Test pairing a frag shader with
PrimitiveID with mesh and vert shaders
2025-01-17 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkan-cts-1.4.1
into vk-gl-cts/main
2025-01-14 elima@igalia.com Fix Android build issue caused by comparison
of ints of different sign
2025-01-13 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkansc-cts-1.0.2
into vk-gl-cts/main
2025-01-13 lorenzo@khronosgroup.org Merge vk-gl-cts/vulkansc-cts-1.0.2
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,romanl@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: romanl@google.com
Change-Id: I776361d4c636be481961ae7a339123a55d901fa1
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6184845
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>1 parent 51c42f1 commit 12fec91
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
- android/cts/main/vk-main-2024-03-01/mesh-shader.txt+22
- android/cts/main/vk-main-2024-03-01/query-pool.txt-1
- external/fetch_sources.py+1-1
- external/openglcts/modules/gl/gl3cTextureSizePromotion.cpp+14-1
- external/openglcts/modules/gl/gl4cEnhancedLayoutsTests.cpp+33-6
- external/vulkancts/README.md+4
- external/vulkancts/data/vulkan/amber/depth/bias_fs_clamp.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/bias_outside_range.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/bias_outside_range_fs_clamp.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/bias_outside_range_fs_clamp_unrestricted.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/ez_fs_clamp.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/fs_clamp.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/out_of_range.amber+1-1
- external/vulkancts/data/vulkan/amber/depth/out_of_range_unrestricted.amber+1-1
- external/vulkancts/framework/vulkan/generated/vulkan/vkMandatoryFeatures.inl+4-4
- external/vulkancts/modules/vulkan/amber/vktAmberDepthTests.cpp+12-8
- external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp+2
- external/vulkancts/modules/vulkan/api/vktApiFillBufferTests.cpp+6-8
- external/vulkancts/modules/vulkan/image/vktImageCompressionTranscodingSupport.cpp+2-2
- external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderInOutTestsEXT.cpp-16
- external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTestsEXT.cpp+517-268
- external/vulkancts/modules/vulkan/pipeline/vktPipelineTimestampTests.cpp+8-3
- external/vulkancts/modules/vulkan/query_pool/vktQueryPoolStatisticsTests.cpp-143
- external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp+3-2
- external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotMasksTests.cpp+5-4
- external/vulkancts/modules/vulkan/video/vktVideoEncodeTests.cpp+12
- external/vulkancts/modules/vulkan/video/vktVideoEncodeTestsAV1.cpp+9
- external/vulkancts/modules/vulkan/vktTestPackage.cpp+1-1
- external/vulkancts/mustpass/main/vk-default/mesh-shader.txt+22
- external/vulkancts/mustpass/main/vk-default/query-pool.txt-1
- external/vulkancts/mustpass/main/vksc-default/query-pool.txt-1
- framework/platform/android/tcuAndroidAssets.cpp+1-1
- modules/gles31/functional/es31fAtomicCounterTests.cpp+12-5
0 commit comments