aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>2023-12-13 04:01:12 +0000
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-12-13 06:43:30 +0000
commit6e5bd9b1d91d5dc92d3f02499601e22a67341ae4 (patch)
treee3d764b0a5c3face0b3c630e0c343a3b4e7de240
parent1e63c048ded75eb742762857fe02b73834e8029b (diff)
downloadskia-6e5bd9b1d91d5dc92d3f02499601e22a67341ae4.tar.gz
Roll ANGLE from de591cff0316 to b25ffe5a9775 (8 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/de591cff0316..b25ffe5a9775 2023-12-13 geofflang@chromium.org Optimize HandleAllocator for fast ID churning. 2023-12-12 lexa.knyazev@gmail.com Metal: Fix temporary array initialization 2023-12-12 solti@google.com update e2e expectation 2023-12-12 cnorthrop@google.com FrameCapture: Skip eglQueryContext 2023-12-12 cnorthrop@google.com FrameCapture: Handle context Reset with no calls 2023-12-12 kieron.josephs@imgtec.com Fix out-of-bounds vector index when using SPIR-V precision fixer 2023-12-12 geofflang@chromium.org Validate Uniform variable limits with each iteration 2023-12-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from f9f8b1a54ff6 to fd8978318166 (587 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: Flip capture Change-Id: I624179adcc5aba18b820e2f2bc8f718ac58ab3dc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/788824 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: 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 e784fe5e24..8a75acadf0 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@de591cff03161df5601291ac3deef54933d209a4",
+ "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@b25ffe5a9775cc912a304c8552dd9c097a93420a",
"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.