Commit 33e3f3e8 authored by Ryan Harrison's avatar Ryan Harrison Committed by Commit Bot

Roll 4 mutually dependent dependencies

Roll src/third_party/tint/src/ 88f0ae369..f18d737b4 (27 commits)

https://dawn.googlesource.com/tint.git/+log/88f0ae369fef..f18d737b4e93

$ git log 88f0ae369..f18d737b4 --date=short --no-merges --format='%ad %ae %s'
2020-08-04 rharrison Rolling 7 dependencies and fix BUILD.gn
2020-07-30 dsinclair [ast] Add texture types to the AST.
2020-07-30 dsinclair Add SamplerType to AST.
2020-07-30 dsinclair [hlsl-writer] Add loop support.
2020-07-30 dsinclair [hlsl-writer] Add if/else statements.
2020-07-30 dsinclair [hlsl-writer] Emit variable declarations.
2020-07-30 rharrison Add SPIR-V Reader Fuzzer
2020-07-30 rharrison Remove _exe suffix from sample program
2020-07-30 rharrison Change the default for BUILD.gn to build all the modules
2020-07-30 rharrison Simplify fuzzer targets to ease adding additional targets
2020-07-30 dsinclair Fixup build warnings
2020-07-30 dsinclair [wgsl-reader] Add stride support.
2020-07-30 dsinclair [wgsl-writer] Emit array stride decoration.
2020-07-30 idanr Add BlockStatement insert and non-const global_variables
2020-07-30 sarahmashay [Validator] Using pointers instead of refs
2020-07-29 dsinclair [hlsl-writer] Add member accessor emission.
2020-07-29 dsinclair [hlsl-writer] Add AsExpression to the HLSL backend.
2020-07-29 dsinclair [hlsl-writer] Add BlockStatement support.
2020-07-29 dsinclair [hlsl-writer] Emit discard.
2020-07-29 dsinclair [hlsl-writer] Emit array accessors.
2020-07-29 dsinclair [hlsl-writer] Add alias type support.
2020-07-29 dsinclair [hlsl-writer] Add constructor emission.
2020-07-29 dsinclair Add hlsl writer tests to BUILD.gn
2020-07-29 dsinclair [hlsl-writer] Add type emission.
2020-07-29 dsinclair Update some language usage.
2020-07-29 dneto [spirv-reader] Only support column-major matrices
2020-07-28 rharrison Remove binutils from DEPS and pull in changes to build.gni from Dawn

Created with:
  roll-dep src/third_party/tint/src

Roll src/third_party/SPIRV-Tools/src/ c6e6597c4..8bc27a1cf (11 commits)

https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/c6e6597c4f51..8bc27a1cfbc1

$ git log c6e6597c4..8bc27a1cf --date=short --no-merges --format='%ad %ae %s'
2020-08-04 vasniktel spirv-fuzz: Remove OpFunctionCall operands in correct order (#3630)
2020-08-04 vasniktel spirv-fuzz: Handle capabilities during module donation (#3651)
2020-08-04 vasniktel spirv-fuzz: Refactor boilerplate in TransformationAddParameter (#3625)
2020-08-03 vasniktel spirv-fuzz: TransformationMoveInstructionDown (#3477)
2020-07-31 jaebaek Remove DebugDeclare only for target variables in ssa-rewrite (#3511)
2020-07-31 vasniktel Fix typo in ASAN CI build (#3623)
2020-07-30 stefanomil spirv-fuzz: Transformation to add loop preheader (#3599)
2020-07-30 stefanomil spirv-fuzz: Pass to replace int operands with ints of opposite signedness (#3612)
2020-07-30 jaebaek Debug info preservation in loop-unroll pass (#3548)
2020-07-30 alanbaker Validator support for non-semantic clspv reflection (#3618)
2020-07-30 vasniktel spirv-fuzz: Fix memory bugs (#3622)

Created with:
  roll-dep src/third_party/SPIRV-Tools/src

Roll src/third_party/spirv-headers/src/ 979924c8b..3fdabd0da (4 commits)

https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/979924c8bc83..3fdabd0da293

$ git log 979924c8b..3fdabd0da --date=short --no-merges --format='%ad %ae %s'
2020-08-03 44190824+mmerecki Reserve SPIR-V token range for upcoming Intel extensions. (#165)
2020-07-29 alanbaker Update BUILD.bazel and BUILD.gn (#166)
2020-07-29 alanbaker Publish the headers for the clspv embedded reflection non-semantic extended instruction set (#164)
2020-07-29 johnkslang Update the registry in spir-v.xml to modernize and split out opcodes. (#156)

Created with:
  roll-dep src/third_party/spirv-headers/src

Roll src/third_party/dawn/ 0a4342793..076a4e582 (1 commit)

https://dawn.googlesource.com/dawn.git/+log/0a4342793e0e..076a4e58205d

$ git log 0a4342793..076a4e582 --date=short --no-merges --format='%ad %ae %s'
2020-08-04 rharrison Roll 6 dependencies and bypass changed API usage

Created with:
  roll-dep src/third_party/dawn

Change-Id: I4a6dc63352de60cc422e0dea496487401dc28802
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330303
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794941}
parent d82a4413
......@@ -302,11 +302,11 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'spv_tools_revision': 'c6e6597c4f51be9b72eac6fc083383942cdbcd99',
'spv_tools_revision': '8bc27a1cfbc19a9fb0cf244fab693ad8909659e5',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'spv_headers_revision': '979924c8bc839e4cb1b69d03d48398551f369ce7',
'spv_headers_revision': '3fdabd0da2932c276b25b9b4a988ba134eba1aa6',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
......@@ -357,7 +357,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'tint_revision': '88f0ae369fef96b6118e1c99a8e97f9ff0a79e8f',
'tint_revision': 'f18d737b4e9318a1817126852edb6cc596ff1f5e',
# TODO(crbug.com/941824): The values below need to be kept in sync
# between //DEPS and //buildtools/DEPS, so if you're updating one,
......
......@@ -2,7 +2,7 @@ Name: Tint
Short Name: tint
URL: https://dawn.googlesource.com/tint
Version: 0
Revision: 88f0ae369fef96b6118e1c99a8e97f9ff0a79e8f
Revision: f18d737b4e9318a1817126852edb6cc596ff1f5e
License: Apache 2.0
License File: LICENSE
Security Critical: yes
......
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