Roll ANGLE from 5e43562b5f99 to 081764c84d38 (13 revisions)

5e43562b5f..081764c84d

2023-01-26 doremylover123@gmail.com Remove checks for A8 devices
2023-01-26 kkinnunen@apple.com Declare size_t in Constants.h by including stddef.h
2023-01-26 cclao@google.com Vulkan: Only call checkCompletedCommands if needed.
2023-01-26 cnorthrop@google.com Tests: Add Bubble Shooter and Friends trace
2023-01-26 cclao@google.com Vulkan: Make CommandProcessor::checkCompletedCommands immediate check
2023-01-26 kbr@chromium.org Add documentation for enabling Metal validation layers.
2023-01-26 lexa.knyazev@gmail.com Implement EXT_polygon_offset_clamp
2023-01-26 cclao@google.com Vulkan: Fix SharedFence::mRefCountedFence leak
2023-01-26 srisser@google.com Add GL_ARM_shader_framebuffer_fetch builtins
2023-01-26 geofflang@chromium.org Add features to dump and replace shader source.
2023-01-26 syoussefi@chromium.org Skip failing capture/replay multithreaded test
2023-01-26 romanl@google.com FrameCapture: Add blend state updates to resetCalls.
2023-01-26 ynovikov@chromium.org Revert "Add support for glShaderBinary"

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 enga@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: enga@google.com
Change-Id: I59dbea6ffcc3dfdb61524fa8b32a5b876d33d9a4
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117940
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
Dawn Autoroller 2023-01-27 00:38:18 +00:00 committed by Dawn LUCI CQ
parent 42c5b2f675
commit 83189fba8b
1 changed files with 1 additions and 1 deletions

2
DEPS
View File

@ -132,7 +132,7 @@ deps = {
},
'third_party/angle': {
'url': '{chromium_git}/angle/angle@5e43562b5f993d7a253647391f5c86904ef832bc',
'url': '{chromium_git}/angle/angle@081764c84d3830d4db4c7e855517db500634b4db',
'condition': 'dawn_standalone',
},