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

Roll Tint from 7b750dc7337d to 1980095da7f4 (28 revisions)

https://dawn.googlesource.com/tint.git/+log/7b750dc7337d..1980095da7f4

2020-11-12 rharrison@chromium.org [inspector] Convert GetRemapped to be a pass through
2020-11-12 dsinclair@chromium.org [spirv-writer] Revert change to entry point name.
2020-11-11 rharrison@chromium.org [inspector] Add better support for remapped entry point names
2020-11-11 bclayton@google.com writer/spirv: Further reduce test boilerplate
2020-11-11 bclayton@google.com writer/spirv: Reduce test boilerplate
2020-11-11 bclayton@google.com wsgl parser: support multiple error messages
2020-11-11 sarahmashay@google.com remove redundant std::move to fix clang errors
2020-11-11 dsinclair@chromium.org Remove unused function
2020-11-11 dneto@google.com ast: intrinsic spelling matches the spec
2020-11-11 sarahmashay@google.com [validation] Update entry points validation v-0020
2020-11-11 bclayton@google.com wsgl parser: Tweak top-level unexpected token error message
2020-11-11 bclayton@google.com wsgl parser: Fix tests that have multiple errors
2020-11-11 bclayton@google.com wsgl parser: refactor statements()
2020-11-11 bclayton@google.com wsgl parser: add expect_lt_gt_block(), use it
2020-11-11 dneto@google.com spirv-reader: support OpDot, OpOuterProduct
2020-11-11 dsinclair@chromium.org [docs] Expand OpImageType documentation
2020-11-11 dsinclair@chromium.org [msl-writer] Emit texture types
2020-11-10 rharrison@chromium.org [inspector] Extract Sampled Texture data
2020-11-10 dsinclair@chromium.org [hlsl-writer] Emit texture types
2020-11-10 dsinclair@chromium.org [spirv-writer] Hash names
2020-11-09 bclayton@google.com wsgl parser: Have Expect & Maybe operator-> deref
2020-11-09 bclayton@google.com wsgl parser: Add ParserImpl::Maybe<T>
2020-11-09 bclayton@google.com wsgl parser: Add ParserImpl::Expect<T>
2020-11-09 bclayton@google.com wsgl parser: Migrate more code to use expect & match
2020-11-09 bclayton@google.com wsgl parser: expect for storage_class
2020-11-09 bclayton@google.com wsgl parser: expect for variable_ident_decl
2020-11-09 sarahmashay@google.com [validation] relax rule v-0002: return is mandatory for non-void functions
2020-11-09 bclayton@google.com wsgl parser: Remove pointless nullptr checks

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 sarahmashay@google.com,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: sarahmashay@google.com,dsinclair@google.com
Change-Id: Ibe39ff2a3c3c4ea40f737ce8289bab2ae0f6b71b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534621Reviewed-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@{#826879}
parent 0cc77b09
...@@ -363,7 +363,7 @@ vars = { ...@@ -363,7 +363,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': '7b750dc7337d42c16cf7c3ca8b80f00b317f1298', 'tint_revision': '1980095da7f4325ab474166ab84ebe953afe80c3',
# 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,
......
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