Commit b7d30b57 by angle-autoroll Committed by Commit Bot

Roll SwiftShader from 3121585acce2 to f6f11215cd93 (7 revisions)

https://swiftshader.googlesource.com/SwiftShader.git/+log/3121585acce2..f6f11215cd93 2020-07-07 capn@google.com Implement shaderStorageImageExtendedFormats support 2020-07-07 capn@google.com Implement scatter/gather for 1- and 2-byte texels 2020-07-07 capn@google.com Fix float-to-half conversion 2020-07-06 capn@google.com Eliminate large image specialization 2020-07-06 capn@google.com Refactor texel buffer reads 2020-07-06 capn@google.com Implement SNORM uniform texel buffer support 2020-07-06 capn@google.com Implement B10G11R11_UFLOAT_PACK32 uniform texel buffer support If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-angle-autoroll Please CC syoussefi@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 Bug: None Tbr: syoussefi@google.com Change-Id: I5685762632bfa46669a2bc8f1a03844803c9a531 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2283917Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 8b80e852
...@@ -203,7 +203,7 @@ deps = { ...@@ -203,7 +203,7 @@ deps = {
}, },
'third_party/SwiftShader': { 'third_party/SwiftShader': {
'url': '{swiftshader_git}/SwiftShader@3121585acce20f5cc2074088563e3c1a076b8e48', 'url': '{swiftshader_git}/SwiftShader@f6f11215cd930f4609bc8714178ef0a4ec3ca26e',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment