Skip to content

Commit

Permalink
Manual roll VK-GL-CTS from 393ca590ec21 to 491cfc2dbec9 (8 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/393ca590ec21..491cfc2dbec9

2024-03-29 [email protected] Limit Vulkan validation layers
compilation to Linux and Android
2024-03-29 [email protected] Merge vk-gl-cts/opengl-cts-4.6.4
into vk-gl-cts/main
2024-03-29 [email protected] Merge vk-gl-cts/opengl-es-cts-3.2.10
into vk-gl-cts/main
2024-03-29 [email protected] Remove deIsInf, deIsNaN and variants
2024-03-29 [email protected] Stop generating (some?) empty test groups
2024-03-29 [email protected] Fix protected memory
allocations with unprotected buffers
2024-03-29 [email protected] Add a new Android Activity that exports
ES32 Test Run Params
2024-03-29 [email protected] Add scripts to generate Android bp for
compiling both dEQP and KHR GLES tests

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 [email protected],[email protected] 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
Change-Id: Ida602870bf73d362b3b82dab003c78626e825321
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5459013
Auto-Submit: Shahbaz Youssefi <[email protected]>
Commit-Queue: Yuxin Hu <[email protected]>
Reviewed-by: Yuxin Hu <[email protected]>
  • Loading branch information
ShabbyX authored and Angle LUCI CQ committed Apr 16, 2024
1 parent 1264c9c commit e344c4b
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': '393ca590ec216d216d69ced9fbb60a33a8681e9a',
'vk_gl_cts_revision': '491cfc2dbec91253b10be124c4d35374a86d90a9',

# 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 @@ -46,7 +46,7 @@
"third_party/VK-GL-CTS/src/external/spirv-tools/CMakeLists.txt":
"cca8b4b984c40afb9880d177d53623a1",
"third_party/VK-GL-CTS/src/external/vulkan-validationlayers/CMakeLists.txt":
"6d3afda20373646f619ee0286b486ff2",
"630895789ee04e3df8b8f1dce455eb34",
"third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/CMakeLists.txt":
"ba2c93e2613712520e6f7487eebb302f",
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/CMakeLists.txt":
Expand Down
2 changes: 1 addition & 1 deletion third_party/VK-GL-CTS/src
Submodule src updated 30 files
+1,941 −0 AndroidKhronosCTSGen.bp
+12 −0 android/openglcts/AndroidManifest.xml
+31 −0 android/openglcts/src/org/khronos/cts/ES32GetTestParamActivity.java
+14 −0 external/openglcts/modules/runner/glcAndroidMain.cpp
+96 −0 external/openglcts/modules/runner/glcAndroidTestActivity.cpp
+35 −0 external/openglcts/modules/runner/glcAndroidTestActivity.hpp
+71 −21 external/openglcts/modules/runner/glcTestRunner.cpp
+20 −0 external/openglcts/modules/runner/glcTestRunner.hpp
+3 −1 external/vulkan-validationlayers/CMakeLists.txt
+6 −0 external/vulkancts/modules/vulkan/memory/vktMemoryPipelineBarrierTests.cpp
+8 −0 external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp
+5 −5 external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp
+3 −1 external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmGraphicsShaderTestUtil.cpp
+1 −3 external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp
+7 −6 framework/common/tcuFloatFormat.cpp
+4 −3 framework/common/tcuImageCompare.cpp
+1 −1 framework/common/tcuInterval.hpp
+10 −9 framework/common/tcuTextureUtil.cpp
+1 −1 framework/delibs/debase/deMath.c
+1 −9 framework/delibs/debase/deMath.h
+23 −1 modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.cpp
+1 −0 modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.hpp
+2 −1 modules/gles31/functional/es31fProgramInterfaceQueryTests.cpp
+26 −14 modules/gles31/functional/es31fTessellationTests.cpp
+4 −4 modules/glshared/glsBuiltinPrecisionTests.cpp
+7 −5 modules/glshared/glsStateQueryUtil.cpp
+2 −1 modules/internal/ditFrameworkTests.cpp
+2 −1 modules/internal/ditTextureFormatTests.cpp
+2 −1 scripts/check_build_sanity.py
+422 −0 scripts/gen_khronos_cts_bp.py

0 comments on commit e344c4b

Please sign in to comment.