Commit d17556f5 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Tint from 20a8d31849c9 to 8f26453c7db4 (42 revisions)

https://dawn.googlesource.com/tint.git/+log/20a8d31849c9..8f26453c7db4

2020-11-17 dsinclair@chromium.org Fixup SPIR-V include of builder
2020-11-17 dsinclair@chromium.org Add missing override
2020-11-17 bclayton@google.com writer/spirv: Inherit TestHelperBase from ast::Builder
2020-11-17 bclayton@google.com ast::Builder: Add more builder methods
2020-11-17 bclayton@google.com ast::Builder: Make the interface more fluent
2020-11-16 dneto@google.com spirv-reader: pretend handles are void
2020-11-16 rharrison@chromium.org Stop setting mac_xcode_version in DEPS
2020-11-16 dsinclair@chromium.org Fixup include
2020-11-16 dneto@google.com spirv-reader: better message for unknown SPIR-V type
2020-11-16 dneto@google.com spirv-reader: add conversions for image Dim and Format
2020-11-16 bclayton@google.com Big cleanup now that AST nodes are raw pointers
2020-11-16 bclayton@google.com Replace use of std::unique_ptr<T> with T* for AST nodes
2020-11-16 bclayton@google.com Replace remaining std::make_unique<T> -> create<T> for ast::Nodes
2020-11-16 bclayton@google.com src/transform: Replace std::make_unique<T> -> create<T>
2020-11-16 bclayton@google.com reader/wgsl: Replace std::make_unique<T> -> create<T>
2020-11-16 dj2@everburning.com [spirv-writer] Fixup generation of temporary variable.
2020-11-16 bclayton@google.com reader/spirv: Replace std::make_unique<T> -> create<T>
2020-11-16 bclayton@google.com ast: Remove no-arg constructor for ast::IfStatement
2020-11-16 dj2@everburning.com [spirv-writer] Generate loads for const constructors.
2020-11-16 dsinclair@chromium.org Add language check
2020-11-16 dj2@everburning.com [ast] Add the result_type into the AST dump
2020-11-16 sarahmashay@google.com [validation] add error number to invalid member accessor error: v-0007
2020-11-16 bclayton@google.com ast: Remove no-arg constructor for ast::CastStatement
2020-11-14 bclayton@google.com ast: Remove no-arg constructor for ast::ElseStatement
2020-11-14 bclayton@google.com ast: Remove no-arg constructor for ast::LoopStatement
2020-11-14 bclayton@google.com ast: Add body parameter to ast::Function constructors
2020-11-14 bclayton@google.com writer/wgsl tests: Replace std::make_unique<T> -> create<T>
2020-11-14 bclayton@google.com writer/spirv tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com writer/msl tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com writer/hlsl tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com validator tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com transform tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com inspector_test: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com type_determiner_test: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com ast/types tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com ast tests: Replace std::make_unique<T> -> create<T>
2020-11-13 bclayton@google.com ast/type: Have all tests derive from new TestHelper
2020-11-13 dsinclair@chromium.org [spirv-writer] Generate load of conditionals.
2020-11-13 bclayton@google.com ast: Have all tests derive from new TestHelper
2020-11-13 bclayton@google.com ast: Have all AST types derive from ast::Node
2020-11-13 dsinclair@chromium.org Place the namer into the context object.
2020-11-12 rharrison@chromium.org [inspector] Add Multisampled Texture data extraction

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 kainino@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: chromium:1147839
Tbr: kainino@google.com
Change-Id: I35d93bb01a6b8d2bec699493e5465c70534728dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543490Reviewed-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@{#828346}
parent b7350157
......@@ -363,7 +363,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'tint_revision': '20a8d31849c93b552becfb7df4182a69d24cbe1b',
'tint_revision': '8f26453c7db4582fec2c0ab4e0373622e5fade93',
# 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