Roll SwiftShader from ab4bf6ad00d4 to 1c3dfde53353 (1 revision)

https://swiftshader.googlesource.com/SwiftShader.git/+log/ab4bf6ad00d4..1c3dfde53353

2022-08-18 sugoi@google.com Added missing null pointer check on pDepthStencilResolveAttachment

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC alanbaker@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/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: alanbaker@google.com
Change-Id: I0ea5d6f55b1b6aadb6090315e91d82a4f2167320
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99680
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
Dawn Autoroller 2022-08-18 15:09:32 +00:00 committed by Dawn LUCI CQ
parent ff2cb02e92
commit 1ac1514ad2
1 changed files with 1 additions and 1 deletions

2
DEPS
View File

@ -134,7 +134,7 @@ deps = {
},
'third_party/swiftshader': {
'url': '{swiftshader_git}/SwiftShader@ab4bf6ad00d4d1edcc6bb3487139e91f0d379fbb',
'url': '{swiftshader_git}/SwiftShader@1c3dfde53353d5e13ca25eb52aa208d450b5e980',
'condition': 'dawn_standalone',
},