Commit 2439a3af by angle-autoroll Committed by Commit Bot

Roll third_party/SwiftShader b766e5e7fbf4..c514ab001bb0 (8 commits)

https://swiftshader.googlesource.com/SwiftShader.git/+log/b766e5e7fbf4..c514ab001bb0 git log b766e5e7fbf4..c514ab001bb0 --date=short --first-parent --format='%ad %ae %s' 2020-01-23 capn@google.com Evaluate interpolants at pixel center when multisampling disabled 2020-01-23 capn@google.com Use pixel centers for non-multisampled rasterization 2020-01-22 sugoi@google.com Improve 565 and 5551 precision 2020-01-22 bclayton@google.com CMake: Make the use of endif() / endif(EXPR) consistent 2020-01-22 bclayton@google.com Vulkan debugger: Don't wait for debugger by default. 2020-01-22 bclayton@google.com CMakeLists: Allow overriding of building cppdap 2020-01-22 bclayton@google.com CMakeLists: Only expose options if they're not set as vars 2020-01-22 capn@google.com Don't use VK_TRUE comparisons Created with: gclient setdep -r third_party/SwiftShader@c514ab001bb0 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 timvp@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/+/master/autoroll/README.md Bug: None Tbr: timvp@google.com Change-Id: I67f196099db31fb4b81cfb9026b7dd74b98e0310 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2016467Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 525b679e
...@@ -188,7 +188,7 @@ deps = { ...@@ -188,7 +188,7 @@ deps = {
}, },
'third_party/SwiftShader': { 'third_party/SwiftShader': {
'url': '{swiftshader_git}/SwiftShader@b766e5e7fbf42e48be36afc80e2c448e339c599e', 'url': '{swiftshader_git}/SwiftShader@c514ab001bb0db5d7da5059a499b60badc49bdf2',
'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