Commit 11875d18 authored by Ryan Harrison's avatar Ryan Harrison Committed by Commit Bot

Roll src/third_party/tint/src/ 747e80a9b..433670b57 (25 commits)

https://dawn.googlesource.com/tint.git/+log/747e80a9b369..433670b576c5

$ git log 747e80a9b..433670b57 --date=short --no-merges --format='%ad %ae %s'
2020-07-22 rharrison Add usage of main from chromium when part of a chromium build
2020-07-22 dsinclair Add return to simple test
2020-07-22 sarahmashay [validation] Add a disabled test for assignment statement.
2020-07-22 dneto [spirv-reader] Support OpAny, OpAll, OpIsInf, OpIsNan
2020-07-21 dsinclair [spirv-writer] Emit select intrinsic.
2020-07-21 dsinclair Add type determination for the select intrinsic.
2020-07-21 dneto [spirv-reader] Add README.md
2020-07-21 dneto [spirv-reader] Support function call returning void
2020-07-21 dj2 [hlsl-writer] Add assignment statement.
2020-07-21 dj2 [hlsl-writer] Add switch statement support
2020-07-21 dj2 [hlsl-writer] Emit case statements.
2020-07-21 dj2 [hlsl-writer] Emit unary operators.
2020-07-21 dj2 [hlsl-writer] Emit break, return and continue.
2020-07-21 dsinclair [hlsl-writer] Add binary operator emission.
2020-07-21 dsinclair Parse void function call.
2020-07-21 dsinclair [hlsl-writer] Add emission of identifiers
2020-07-21 dj2 Emit call statements from the various backends.
2020-07-21 dj2 Type determine the call statement.
2020-07-21 dj2 Add a call ast statement.
2020-07-21 dneto [spirv-reader] Support select over scalars and vectors
2020-07-20 dneto Add missing Doxygen comments on two methods.
2020-07-20 dneto [spirv-reader] Support function calls, except returning void
2020-07-20 dsinclair [hlsl-writer] Scaffold the HLSL backend.
2020-07-20 dsinclair [msl-writer] Emit storage buffers.
2020-07-20 dsinclair [msl-writer] Add import emission.

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

Bug=tint:123

Change-Id: I5ba160dfbd1fabd4390a55b833bcfd6b255f7530
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314116
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: default avatarKai Ninomiya <kainino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790990}
parent 6744f69a
...@@ -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': '747e80a9b3695f6f694536a2bfde146f474873c3', 'tint_revision': '433670b576c5cb7236b300da0056858c22fb4f9c',
# 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: 747e80a9b3695f6f694536a2bfde146f474873c3 Revision: 433670b576c5cb7236b300da0056858c22fb4f9c
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