Roll third_party/externals/swiftshader a161493942fa..28f142f1b0a2 (47 commits)

https://swiftshader.googlesource.com/SwiftShader.git/+log/a161493942fa..28f142f1b0a2


git log a161493942fa..28f142f1b0a2 --date=short --no-merges --format='%ad %ae %s'
2019-04-27 swiftshader.regress@gmail.com Regres: Update test lists @ a32d6303
2019-04-27 chrisforbes@google.com Support more more formats for input attachments
2019-04-26 chrisforbes@google.com Adjust input attachment index when indexing into array of input descriptors
2019-04-26 chrisforbes@google.com Support more formats for input attachments
2019-04-26 capn@google.com Implement cubemap sampling
2019-04-26 chrisforbes@google.com Add support for D32_SFLOAT and D16_UNORM input attachments
2019-04-26 chrisforbes@google.com Always apply the fragment shader if it is present
2019-04-26 sugoi@google.com Allow treating a 3D image as a layered 2D image
2019-04-26 bclayton@google.com Add new debug macro UNSUPPORTED().
2019-04-26 amaiorano@google.com Fix crash when viewport Y position is negative
2019-04-26 bclayton@google.com CMakeLists: Fix REACTOR_EMIT_DEBUG_INFO builds
2019-04-26 bclayton@google.com SpirvShaderSampling: Fix flaky tests.
2019-04-26 capn@google.com Make all descriptors 16-byte aligned.
2019-04-26 brianosman@google.com Remove more trailing semi-colons
2019-04-26 bclayton@google.com SpirvShader: Implement OpQuantizeToF16
2019-04-26 swiftshader.regress@gmail.com Regres: Update test lists @ 22fbf8fc
2019-04-25 capn@google.com Resolve remaining levels/layers at VkImageView creation time
2019-04-25 chrisforbes@google.com Plumb constants through to the sampler, and make sRGB work
2019-04-25 chrisforbes@google.com Partial support for input attachments
2019-04-25 chrisforbes@google.com Fix weird sampled image format query
2019-04-25 chrisforbes@google.com Produce correct `one` value for integer textures
2019-04-25 chrisforbes@google.com Wire up texture swizzles
2019-04-25 chrisforbes@google.com Resolve identity swizzles at VkImageView creation time
2019-04-25 bclayton@google.com CMakeLists: Treat ignored-qualifiers warnings as errors.
2019-04-25 bclayton@google.com VulkanUnitTests: Shuffle semicolons to the #define
2019-04-25 bclayton@google.com CMakeLists: Only build the selected backend.
2019-04-25 bclayton@google.com CMakeLists: Use MATCHES not STREQUAL for compiler conditionals
2019-04-25 swiftshader.regress@gmail.com Regres: Update test lists @ a47a5160
2019-04-24 capn@google.com Implement 1D image sampling
2019-04-24 capn@google.com Implement OpImageSampleExplicitLod
2019-04-24 capn@google.com Fix update of immutable samplers
2019-04-24 chrisforbes@google.com Remove useless const on ImageView::getImageSizeInBytes return value
2019-04-24 chrisforbes@google.com Add hwvulkan_headers to Android build
2019-04-24 bclayton@google.com CMakeLists: Treat trailing semicolons as warnings / errors
2019-04-24 bclayton@google.com CMakeLists: Migrate from set_cpp_flag to per-project settings.
2019-04-24 chrisforbes@google.com Include reactor debug functions in Android build
2019-04-24 bclayton@google.com CMakeList: Remove the CLANG_VERSION_STRING check
2019-04-24 capn@google.com Refactor common sampler code
2019-04-24 capn@google.com Implement basic sampler parameters
2019-04-24 capn@google.com Default to [X,0,0,one] for undefined texture components
2019-04-24 capn@google.com Eliminate fixed-point texture sampling
2019-04-24 bclayton@google.com SpirvShader: Combine DivergentPointer and NonDivergentPointer
2019-04-24 bclayton@google.com Reactor: Add Gather and Scatter instructions.
2019-04-24 bclayton@google.com SpirvShader: Refactor loads and stores. Consider limits.
2019-04-24 bclayton@google.com Reactor: Hook up atomic load/store intrinsics.
2019-04-24 bclayton@google.com LLVMReactorDebugInfo: Remove REACTOR_LLVM_VERSION check
2019-04-24 swiftshader.regress@gmail.com Regres: Update test lists @ ed46cde6


Created with:
  gclient setdep -r third_party/externals/swiftshader@28f142f1b0a2

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=ethannicholas@google.com

Change-Id: Idb0c3a3e7f360d1470f35131c7e68ba362627018
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/210912
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
skia-autoroll 2019-04-29 04:01:41 +00:00 committed by Skia Commit-Bot
parent 7056ce14dd
commit d1be9450c7

2
DEPS
View File

@ -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@a161493942fa5dd3cdfbdcd0e9fe5d67a196d04e",
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@28f142f1b0a2ec18304ec2f11518f72747ac6d11",
#"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",