Roll ANGLE from eab2d546ef07 to 94a23a4ed652 (8 revisions)

eab2d546ef..94a23a4ed6

2022-08-24 cnorthrop@google.com FrameCapture: Fix separable shader uniform locs
2022-08-24 cnorthrop@google.com FrameCapture: Fix cube face as framebuffer
2022-08-24 m.maiya@samsung.com Vulkan: Add support for setting timestamp surface attribute
2022-08-23 yuxinhu@google.com Enable Robustness Extension on ARM
2022-08-23 romanl@google.com Propagate device type in another eglGetPlatformDisplayEXT call.
2022-08-23 ynovikov@chromium.org Fix loading ANGLE libraries on iOS
2022-08-23 zzyiwei@chromium.org Extend the image test to verify RGBX AHB and GL_RGB upload
2022-08-23 zzyiwei@chromium.org Map RGBX AHB to GL_RGBX8_ANGLE and fix the load function

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC rharrison@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 Dawn: https://bugs.chromium.org/p/dawn/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: None
Tbr: rharrison@google.com
Change-Id: I84eaf4109941f2b4256052ae5d01e58389e45d55
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100260
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
Dawn Autoroller 2022-08-24 08:33:15 +00:00 committed by Dawn LUCI CQ
parent a85290b909
commit b99628f520
1 changed files with 1 additions and 1 deletions

2
DEPS
View File

@ -129,7 +129,7 @@ deps = {
}, },
'third_party/angle': { 'third_party/angle': {
'url': '{chromium_git}/angle/angle@eab2d546ef0741607d5e1f6b95ba99af0bcc7c76', 'url': '{chromium_git}/angle/angle@94a23a4ed65278805ce4e95e4945e50e67e0cc52',
'condition': 'dawn_standalone', 'condition': 'dawn_standalone',
}, },