Commit f7844638 authored by Ryan Harrison's avatar Ryan Harrison Committed by Commit Bot

Roll src/third_party/tint/src/ 5e7ef27ca..b08e25388 (5 commits)

https://dawn.googlesource.com/tint.git/+log/5e7ef27ca7b1..b08e25388629

$ git log 5e7ef27ca..b08e25388 --date=short --no-merges --format='%ad %ae %s'
2020-08-17 sarahmashay [validation] Validates if return statement type matches function return type
2020-08-17 sarahmashay [validation] Validates function name uniqueness
2020-08-13 sarahmashay [validation]: Add disabled test for validating return statement type matches function types
2020-08-13 sarahmashay [validation] Validates return statement
2020-08-13 rharrison Fix handling of .spvasm inputs

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

Change-Id: I3b34649e3994f4d894f298d96f9d7a0bcfafe471
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359748
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800294}
parent d111b257
...@@ -357,7 +357,7 @@ vars = { ...@@ -357,7 +357,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47', 'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'tint_revision': '5e7ef27ca7b1ddedd9a9553bc873e4034cd0c735', 'tint_revision': 'b08e25388629f5a8f467b726ace18df529bba3ef',
# TODO(crbug.com/941824): The values below need to be kept in sync # TODO(crbug.com/941824): The values below need to be kept in sync
# between //DEPS and //buildtools/DEPS, so if you're updating one, # between //DEPS and //buildtools/DEPS, so if you're updating one,
......
...@@ -2,7 +2,7 @@ Name: Tint ...@@ -2,7 +2,7 @@ Name: Tint
Short Name: tint Short Name: tint
URL: https://dawn.googlesource.com/tint URL: https://dawn.googlesource.com/tint
Version: 0 Version: 0
Revision: bc80805c4b04d0e8cd9dad12bef32927363b9787 Revision: b08e25388629f5a8f467b726ace18df529bba3ef
License: Apache 2.0 License: Apache 2.0
License File: LICENSE License File: LICENSE
Security Critical: yes 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