Skip to content

Commit c6f1de2

Browse files
skia-autorollSkCQ
authored andcommitted
Roll ANGLE from 9d7292a8c55f to 62d35a602258 (7 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/9d7292a8c55f..62d35a602258 2023-02-11 kkinnunen@apple.com Metal Fix norm16 subimage uploads w/ signed types 2023-02-10 romanl@google.com Tests: Add Mini Block Craft trace 2023-02-10 geofflang@chromium.org EGL: No-op dma_buf import modifiers on some Mali devices. 2023-02-10 romanl@google.com Tests: Add Durak Online trace 2023-02-10 syoussefi@chromium.org Vulkan: Linked pipelines always need the layout 2023-02-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 40badb6018c5 to 00e3edd6b635 (3 revisions) 2023-02-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 111e2c20b468 to 5221896b4233 (520 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-skia-autoroll Please CC brianosman@google.com,jmadill@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 file a bug in Skia: https://bugs.chromium.org/p/skia/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 Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Build-Mac-Clang-arm64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE Tbr: brianosman@google.com Test: Test: angle_trace_tests --gtest_filter="*durak_online*" Test: Test: angle_trace_tests --gtest_filter="*mini_block_craft*" Change-Id: I418046878c020ed547cfbda7e6adb89f92df4ad6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/642008 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 615965d commit c6f1de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ vars = {
1919
# ./tools/git-sync-deps
2020
deps = {
2121
"buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75",
22-
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@9d7292a8c55f3557c59742b422f53c4be16d91dd",
22+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@62d35a60225824c1443eeb80d5bb598670da36a4",
2323
"third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@6d03dfbedda1615c4cba1211f8d81735575209c8",
2424
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
2525
# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.

0 commit comments

Comments
 (0)