Commit 6751d857 authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Tint from 1d9935cf37fd to 987376cd21a8 (27 revisions)

https://dawn.googlesource.com/tint.git/+log/1d9935cf37fd..987376cd21a8

2021-01-12 dsinclair@chromium.org Revert the namer changes.
2021-01-12 dsinclair@chromium.org Add a Unsafe SPIR-V generate call.
2021-01-11 dsinclair@chromium.org Update new entry points to use correct namer.
2021-01-11 bclayton@google.com Add std::hash<tint::Symbol> specialization
2021-01-11 bclayton@google.com TypeDeterminer: Fix type map iterations
2021-01-11 bclayton@google.com Add diag::Formatter::Style::print_newline_at_end
2021-01-11 bclayton@google.com Implement textureDimensions()
2021-01-11 dsinclair@chromium.org Fix const-ness of inspector constructor.
2021-01-11 dneto@google.com Fix doxygen comment
2021-01-11 dneto@google.com spirv-reader: convert arity of textureLoad on depth texture
2021-01-11 dj2@everburning.com Switch default to the MangleNamer.
2021-01-11 dj2@everburning.com Allow setting the namer into the inspector.
2021-01-11 dj2@everburning.com Change generators to take a pointer instead of move.
2021-01-11 dj2@everburning.com Use TestNamer in the SPIR-V backend.
2021-01-11 dj2@everburning.com Use TestNamer in HLSL tests.
2021-01-11 dj2@everburning.com Use a test namer in the MSL generator.
2021-01-11 dj2@everburning.com Remove name fields
2021-01-11 dj2@everburning.com Remove IdentifierExpression::name().
2021-01-11 dj2@everburning.com Remove Function::name().
2021-01-11 dj2@everburning.com Remove StructMember::name().
2021-01-11 dj2@everburning.com Remove StructType::name()
2021-01-11 dj2@everburning.com Remove the AliasType::name() getter.
2021-01-11 dj2@everburning.com Remove Variable::name().
2021-01-11 dj2@everburning.com Use the top level namer in the SPIR-V backend.
2021-01-11 dj2@everburning.com Use namer in the Inspector.
2021-01-11 dj2@everburning.com Convert HLSL to higher level namer.
2021-01-11 dj2@everburning.com Convert MSL generator to unsafe namer.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-chromium-autoroll
Please CC dsinclair@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel
Bug: None
Tbr: dsinclair@google.com
Change-Id: I27e45b9e32620e7933bec51ef29d24b26a160ef2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623789Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#842398}
parent 135db38f
......@@ -353,7 +353,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'tint_revision': '1d9935cf37fdd1b9eb18f3e41d6142a345bba4a6',
'tint_revision': '987376cd21a8785c3e0b66bd6ba2052219400ab3',
# TODO(crbug.com/941824): The values below need to be kept in sync
# between //DEPS and //buildtools/DEPS, so if you're updating one,
......
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