зеркало из https://github.com/AvaloniaUI/angle.git
Roll VK-GL-CTS from 8817dcf9c1ec to 50754c3c19c0 (11 revisions)
8817dcf9c1..50754c3c19
2022-06-09 quic_mnetsch@quicinc.com Merge vk-gl-cts/vulkan-cts-1.3.2 into vk-gl-cts/main
2022-06-09 peter.kohaut@arm.com Fix Android build
2022-06-09 gleese@broadcom.com Shrink the framebuffer in more graphicsfuzz tests
2022-06-09 gleese@broadcom.com Remove superfluous 'resolution' from graphicsfuzz test
2022-06-09 younggwan.kim@arm.com Add KHR-GLESEXT.fragment_shading_rate tests
2022-06-09 piotr.byszewski@mobica.com Run DR draw tests with secondary command buffers
2022-06-09 jari.komppa@siru.fi Add recipe for amber-verify run mode
2022-06-09 ari.suonpaa@siru.fi Add new test cases for VK_EXT_load_store_op_none
2022-06-09 peter.kohaut@arm.com Update Vulkan headers
2022-06-09 quic_mnetsch@quicinc.com Merge vk-gl-cts/opengl-cts-4.6.2 into vk-gl-cts/main
2022-06-09 quic_mnetsch@quicinc.com Merge vk-gl-cts/opengl-es-cts-3.2.8 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-bots+autoroll-info@google.com,syoussefi@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: angleproject:7422
Change-Id: I6b3498372fa755f6b70ad953e59bd2f2dd0bd6b7
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3700198
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
This commit is contained in:
Родитель
1c1b2a528a
Коммит
45c57333bb
2
DEPS
2
DEPS
|
@ -43,7 +43,7 @@ vars = {
|
|||
'dummy_checkout_chromium': False,
|
||||
|
||||
# Current revision of VK-GL-CTS (a.k.a dEQP).
|
||||
'vk_gl_cts_revision': '8817dcf9c1ec42b33e0bc68461109cdb8c7b7ec6',
|
||||
'vk_gl_cts_revision': '50754c3c19c0ade27dedb8162288e4b1af9518fa',
|
||||
|
||||
# Current revision of googletest.
|
||||
# Note: this dep cannot be auto-rolled b/c of nesting.
|
||||
|
|
|
@ -38,13 +38,13 @@
|
|||
"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":
|
||||
"78965045efb739b1ce4d58c0f988e3aa",
|
||||
"9e78c7857b44973b82cb44c3815e7b4e",
|
||||
"third_party/VK-GL-CTS/src/external/openglcts/modules/runner/CMakeLists.txt":
|
||||
"a0e54bfaabb7e5d6831bdc174a5c7010",
|
||||
"third_party/VK-GL-CTS/src/external/spirv-tools/CMakeLists.txt":
|
||||
"cca8b4b984c40afb9880d177d53623a1",
|
||||
"third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/CMakeLists.txt":
|
||||
"8b071ac4f29d1920e05495971b870cad",
|
||||
"88f6677d94ef68ed513877748c71a951",
|
||||
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/CMakeLists.txt":
|
||||
"77809d58f6ec60b7bb12166718a32be1",
|
||||
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/amber/CMakeLists.txt":
|
||||
|
@ -64,7 +64,7 @@
|
|||
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/device_group/CMakeLists.txt":
|
||||
"dc2350de183748b11006ac8f701dd6b8",
|
||||
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/CMakeLists.txt":
|
||||
"4d2b347b8585fa733fb0a554eec9cc70",
|
||||
"55f37c07dc5f599f3ea5b91c360a3609",
|
||||
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/CMakeLists.txt":
|
||||
"4744677203845fda1001108e8d7fe211",
|
||||
"third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_ops/CMakeLists.txt":
|
||||
|
|
|
@ -1233,6 +1233,22 @@ deqp_khr_glesext_sources = [
|
|||
"$deqp_path/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedSetGet.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedTests.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/draw_elements_base_vertex/esextcDrawElementsBaseVertexTests.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateAPI.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateAPI.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateAttachmentTests.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateAttachmentTests.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateBasic.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateBasic.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateCombinedTests.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateCombinedTests.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateComplex.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateComplex.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateErrors.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateErrors.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateRenderTarget.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateRenderTarget.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateTests.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/fragment_shading_rate/esextcFragmentShadingRateTests.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAPI.cpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAPI.hpp",
|
||||
"$deqp_path/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAdjacency.cpp",
|
||||
|
|
Загрузка…
Ссылка в новой задаче