Roll ANGLE from 84c538ff9df1 to 9de913077a5f (6 revisions)

84c538ff9d..9de913077a

2023-01-17 jmadill@chromium.org Make SyncIDs a packed type.
2023-01-17 yuxinhu@google.com Reland "Make ANGLE program version only dependent on data that matters"
2023-01-17 romanl@google.com Revert "Capture/Replay: Capture the attr locations as set by the program"
2023-01-17 syoussefi@chromium.org Revert "Suppress more VVL errors about vkCmdDraw*-None"
2023-01-17 chris@rive.app Make sure D3D11 textures never lose bind flags
2023-01-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3ff606af6dec to cd80e810d579 (18 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-dawn-autoroll
Please CC lokokung@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: lokokung@google.com
Change-Id: Ie90437aacd7d4da38ebcf44e288ae8c63abae69b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117340
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
Dawn Autoroller 2023-01-18 00:39:30 +00:00 committed by Dawn LUCI CQ
parent 429c2f93f4
commit d4d7f122e2
1 changed files with 1 additions and 1 deletions

2
DEPS
View File

@ -132,7 +132,7 @@ deps = {
}, },
'third_party/angle': { 'third_party/angle': {
'url': '{chromium_git}/angle/angle@84c538ff9df1c100dbb280b38b03421d87c9b826', 'url': '{chromium_git}/angle/angle@9de913077a5fcc3d2f2e327b56bbe30efe2fde96',
'condition': 'dawn_standalone', 'condition': 'dawn_standalone',
}, },