Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f5e2b2e

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll ANGLE from 6eeb3d8 to 0c25fbe (14 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/6eeb3d8bf667..0c25fbe3e3ed 2020-09-03 syoussefi@chromium.org Vulkan: Remove accidental padding in push constants 2020-09-02 syoussefi@chromium.org Vulkan: Allow pbuffer usage if no window support 2020-09-02 geofflang@chromium.org Add a frontend feature to disable anisotropic filtering. 2020-09-02 syoussefi@chromium.org Vulkan: Don't break the RP on masked/scissored clears 2020-09-02 sugoi@google.com Make copyTexImage2D robust when source area is out of bounds 2020-09-02 syoussefi@chromium.org Vulkan: Fix resolve with different formats 2020-09-02 syoussefi@chromium.org Vulkan: Fix resolve-with-subpass with non-zero read attachment 2020-09-02 jonahr@google.com Workaround to disable OES_get_program_binary 2020-09-02 syoussefi@chromium.org Gracefully fail end2end tests if no window support 2020-09-02 sugoi@chromium.org Revert "Make copyTexImage2D robust when source area is out of bounds" 2020-09-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 863342438ec1 to 09df13c25e1b (356 revisions) 2020-09-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from f1315472247d to b0337a548273 (2 revisions) 2020-09-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 8a0ebd40f86d to c278dada96d9 (5 revisions) 2020-09-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from a2e6c1a149f4 to e1051cbaad46 (5 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 michaelludwig@google.com on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-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 Bug: chromium:1034840,chromium:1123524,chromium:1124379 Tbr: michaelludwig@google.com Change-Id: I06ef5d3cb92e50c66347dccdf0c1b0dd89efe036 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315083 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 7571f9e commit f5e2b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vars = {
77
deps = {
88
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
99
"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92",
10-
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@6eeb3d8bf667e0f069f40580b2561372fdaca8c0",
10+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@0c25fbe3e3ed03a95a695f2be57721ab8ee05ae0",
1111
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
1212
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
1313
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@8800135793812c7d85c94439f6dcf259c0ce6dce",

0 commit comments

Comments
 (0)