aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>2023-12-12 04:01:46 +0000
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-12-12 05:05:06 +0000
commit9ee61bf39374663ef82fb6d6de652078b8c1fef4 (patch)
tree8397fdd41a2559b43003feaeca22d99f7db58530
parent0b3bebcd0907b801f0ee64bc4c9a99cb32a9fb74 (diff)
downloadskia-9ee61bf39374663ef82fb6d6de652078b8c1fef4.tar.gz
Roll ANGLE from b8ca8de43841 to de591cff0316 (15 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/b8ca8de43841..de591cff0316 2023-12-11 cclao@google.com Vulkan: Add CachedCoherent staging buffer 2023-12-11 lexa.knyazev@gmail.com Update WebGLReadOutsideFramebufferTest tests 2023-12-11 geofflang@chromium.org Fix SyncID initializer. 2023-12-11 cnorthrop@google.com Tests: Add Thimbleweed Park trace 2023-12-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 27249fedce4b to f9f8b1a54ff6 (725 revisions) 2023-12-09 g.tammana@samsung.com clspv: Move it to third_party/clspv/src 2023-12-09 lexa.knyazev@gmail.com Lift SNORM framebuffer completeness suppressions 2023-12-09 lexa.knyazev@gmail.com Run PackUnpackTest on all backends 2023-12-09 lexa.knyazev@gmail.com Metal: Run multi draw tests 2023-12-09 cclao@google.com Vulkan: Fix the AHB leak for AHB backed buffer object 2023-12-09 lexa.knyazev@gmail.com Avoid UB in VertexAttributeTestES3.DrawWithUnalignedData 2023-12-08 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from fb2389e52832 to 510bed662233 (8 revisions) 2023-12-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from af594bc856e5 to ecdec25ff753 (11 revisions) 2023-12-08 geofflang@chromium.org Re-use EGL sync object allocations. 2023-12-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e567f1f8ed1d to 27249fedce4b (492 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 jmadill@google.com,michaelludwig@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://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 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: michaelludwig@google.com Test: Test: angle_trace_tests --gtest_filter="*thimbleweed_park*" Change-Id: I1b0044ac617849c0195e539bdec3dd2ae82fec94 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/788611 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 87a5daa785..830b3eb507 100644
--- a/DEPS
+++ b/DEPS
@@ -23,7 +23,7 @@ vars = {
# ./tools/git-sync-deps
deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75",
- "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@b8ca8de438417fefeb821d184322b26cb5d56a2c",
+ "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@de591cff03161df5601291ac3deef54933d209a4",
"third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@6d03dfbedda1615c4cba1211f8d81735575209c8",
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.