Skip to content

Commit

Permalink
Rolling 4 dependencies and update known_failures (google#745)
Browse files Browse the repository at this point in the history
Change in known_failures I believe are due to a change in spirv-val
that is causing some previously passing shaders from glslang to
fail. This is bein tracked upstream.

Roll third_party/glslang/ f9d08a25f..4162de4bb (5 commits)

KhronosGroup/glslang@f9d08a2...4162de4

$ git log f9d08a25f..4162de4bb --date=short --no-merges --format='%ad %ae %s'
2019-06-25 syoussefi Remove __DATE__ and __TIME__ usage
2019-06-25 syoussefi Remove extraneous semicolons
2019-06-21 jbolz Add a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply.
2019-06-21 jbolz Add test for constant type conversion
2019-06-21 digit BUILD.gn: Fix file for use with Fuchsia platform build.

Roll third_party/googletest/ ee32b72e1..437e1008c (11 commits)

google/googletest@ee32b72...437e100

$ git log ee32b72e1..437e1008c --date=short --no-merges --format='%ad %ae %s'
2019-06-24 misterg Documentation sync in preparation to including docs with full source sync
2019-06-24 misterg Documentation sync in preparation to including docs with full source sync
2019-06-24 gennadiycivil Update README.md
2019-06-19 pjaikumar Remove google internal links from documentation on github
2019-06-19 misterg Incremental doc changes in preparation for doc sync
2019-06-19 misterg missed the actual file in previous commit
2019-06-19 misterg Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
2019-06-19 misterg small docs restucture and cleanup
2019-06-19 misterg small docs restucture and cleanup
2019-06-19 misterg Remove outdated from README
2019-06-18 misterg Googletest export

Roll third_party/spirv-cross/ 05ea05509..02b2a1015 (19 commits)

KhronosGroup/SPIRV-Cross@05ea055...02b2a10

$ git log 05ea05509..02b2a1015 --date=short --no-merges --format='%ad %ae %s'
2019-06-26 post MSL: Fix minor XCode /analyze warning.
2019-06-25 post Fix declaration of loop variables with a Phi helper copy.
2019-06-24 post MSL: Add support for SubgroupSize / SubgroupInvocationID in fragment.
2019-06-24 post MSL: Support custom bindings for argument buffer itself.
2019-06-24 post Workaround GCC 9 bug.
2019-06-21 post Run format_all.sh.
2019-06-21 post MSL: Actually return the autobinding value in C API.
2019-06-21 post Old MSVC does not like +[] constructs.
2019-06-21 post Deal with OpPhi and case fallthrough.
2019-06-21 post MSL: Add C API for querying automatic resource bindings.
2019-06-21 post MSL: Rewrite how resource indices are fallback-assigned.
2019-06-20 post Deal with switch block fallthrough more correctly ...
2019-06-20 post Rewrite how switch block case labels are emitted.
2019-06-19 post MSL: Error out on int64_t/uint64_t buffer members.
2019-06-11 post MSL: Support 64-bit integers.
2019-06-13 post MSL: Support PrimitiveID in fragment and barycentrics.
2019-06-13 post GLSL: Support NV barycentrics.
2019-06-12 post MSL: Support OpImageQueryLod.
2019-06-11 post MSL: Support MinLod operand.

Roll third_party/spirv-tools/ 001e823b6..6ccb52b86 (13 commits)

KhronosGroup/SPIRV-Tools@001e823...6ccb52b

$ git log 001e823b6..6ccb52b86 --date=short --no-merges --format='%ad %ae %s'
2019-06-26 afdx Warn when input facts are invalid. (#2699)
2019-06-26 afdx Got rid of redundant declaration. (#2698)
2019-06-26 afdx Disallow movement of unreachable blocks. (#2700)
2019-06-25 afdx Refactor fuzzer transformations (#2694)
2019-06-25 joseph.kucia Fix Component decoration validation for arrays (#2697)
2019-06-21 kpet Replace global static map with an array of pairs (#2691)
2019-06-21 joseph.kucia Basic validation for Component decorations (#2679)
2019-06-20 zoddicus Add infrastructure for maintaining and using DEPS (#2684)
2019-06-20 33432579+alan-baker Fix store to uniform Vulkan check (#2688)
2019-06-20 kpet Add all accepted target environments to the tools' help texts (#2687)
2019-06-19 afdx Represent uniform facts via descriptor set and binding. (#2681)
2019-06-19 zoddicus Roll external/spirv-headers/ 8b911bd2b..de99d4d83 (8 commits) (#2682)
2019-06-19 ehsannas Whitelist SPV_GOOGLE_user_type. (#2673)

Created with:
  roll-dep third_party/effcee third_party/glslang third_party/googletest third_party/re2 third_party/spirv-cross third_party/spirv-headers third_party/spirv-tools
  • Loading branch information
zoddicus authored and dneto0 committed Jun 26, 2019
1 parent cff2a56 commit 48e07b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEPS
Expand Up @@ -5,12 +5,12 @@ vars = {
'khronos_git': 'https://github.com/KhronosGroup',

'effcee_revision' : 'b83b58d177b797edd1f94c5f10837f2cc2863f0a',
'glslang_revision': 'f9d08a25fbe17e0677a89d398f4d7f232339c3f9',
'googletest_revision': 'ee32b72e12048c14868012a8f339202f82f1ef7d',
'glslang_revision': '4162de4bbfc58ef37600c23e4e8fcf58e604f382',
'googletest_revision': '437e1008c97b6bf595fec85da42c6925babd96b2',
're2_revision': '848dfb7e1d7ba641d598cb66f81590f3999a555a',
'spirv_headers_revision': 'de99d4d834aeb51dd9f099baa285bd44fd04bb3d',
'spirv_tools_revision': '001e823b65345145bcaaeb94d39290b10f8661b3',
'spirv_cross_revision': '05ea055096df8b7b8b3e3f7e121279acf83f74c0',
'spirv_tools_revision': '6ccb52b86492f8e27383abb821c8a808625c78ed',
'spirv_cross_revision': '02b2a1015d2b5a7bf29eec7a8f3fbf62b14a443c',
}

deps = {
Expand Down
12 changes: 12 additions & 0 deletions spvc/test/known_failures
Expand Up @@ -14,15 +14,27 @@ shaders-msl/asm/comp/multiple-entry.asm.comp,False
shaders-msl/asm/comp/multiple-entry.asm.comp,True
shaders-msl/asm/frag/line-directive.line.asm.frag,False
shaders-msl/asm/frag/line-directive.line.asm.frag,True
shaders-msl/asm/frag/min-lod.msl22.asm.frag,False
shaders-msl/asm/frag/min-lod.msl22.asm.frag,True
shaders-msl/asm/frag/min-max-clamp.invalid.asm.frag,False
shaders-msl/comp/int64.invalid.msl22.comp,False
shaders-msl/comp/int64.invalid.msl22.comp,True
shaders-msl/frag/barycentric-nv-nopersp.msl22.frag,False
shaders-msl/frag/barycentric-nv-nopersp.msl22.frag,True
shaders-msl/frag/barycentric-nv.msl22.frag,False
shaders-msl/frag/barycentric-nv.msl22.frag,True
shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag,False
shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag,True
shaders-msl/frag/image-query-lod.msl22.frag,False
shaders-msl/frag/image-query-lod.msl22.frag,True
shaders-msl/frag/nonuniform-qualifier.msl2.frag,False
shaders-msl/frag/nonuniform-qualifier.msl2.frag,True
shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag,False
shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag,True
shaders-msl/frag/shadow-compare-global-alias.invalid.frag,False
shaders-msl/frag/shadow-compare-global-alias.invalid.frag,True
shaders-msl/frag/subgroup-builtins.msl22.frag,False
shaders-msl/frag/subgroup-builtins.msl22.frag,True
shaders-msl/vert/resource-arrays-leaf.ios.vert,False
shaders-msl/vert/resource-arrays-leaf.ios.vert,True
shaders-msl/vert/resource-arrays.ios.vert,False
Expand Down

0 comments on commit 48e07b5

Please sign in to comment.