From 734bddb03efedd9369d6bb4533c2144ea1f481d5 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 23 May 2019 04:01:16 +0000 Subject: [PATCH] Roll third_party/externals/swiftshader f4d2a446cc12..cae8cde7fa65 (12 commits) https://swiftshader.googlesource.com/SwiftShader.git/+log/f4d2a446cc12..cae8cde7fa65 git log f4d2a446cc12..cae8cde7fa65 --date=short --no-merges --format='%ad %ae %s' 2019-05-22 hliatis@google.com Add missing semi-colon in Android code 2019-05-22 bclayton@google.com SpirvShader: Use an atomic instead of a volatile int for serialCounter 2019-05-22 bclayton@google.com Reactor: Fix printing of strings with escape characters 2019-05-22 bclayton@google.com Renderer: Fix deadlock when calling Renderer::draw() with a count of 0. 2019-05-22 bclayton@google.com Simplify sw::Chan 2019-05-22 bclayton@google.com Move Chan out of VkQueue.hpp and into System/Synchronization.hpp 2019-05-22 amaiorano@google.com Make REACTOR_EMIT_DEBUG_INFO work on Windows and add "print on emit" support 2019-05-22 amaiorano@google.com Add minimal boost install for boost::backtrace 2019-05-22 chrisforbes@google.com Also return extension function pointers from GIPA 2019-05-22 sugoi@google.com Only expose device extension functions that are enabled 2019-05-22 swiftshader.regress@gmail.com Regres: Update test lists @ f4d2a446 2019-05-22 capn@google.com Fix typo in Vector lerp() Created with: gclient setdep -r third_party/externals/swiftshader@cae8cde7fa65 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader TBR=csmartdalton@google.com Change-Id: Ic73205db45deb70f4f36788bcf134df493f75ff6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/215575 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 58c35dc762..a6abb6fb74 100644 --- a/DEPS +++ b/DEPS @@ -28,7 +28,7 @@ deps = { "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974", "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@661ad91124e6af2272afd00f804d8aa276e17107", "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@e9e4393b1c5aad7553c05782acefbe32b42644bd", - "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@f4d2a446cc125cc147c7fc5f1a4bcbc8845b1a24", + "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@cae8cde7fa65550d841ec655617eed8ae3000ee9", #"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4", "third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs.git@f58ffbc927899b9534a273d3057094ce6ac1ed61", "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@47af7c547f8551bd25424e56354a2ae1e9062859",