Commit 084caa7d authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Tint from 24bbbbb25f7d to e07510293160 (17 revisions)

https://dawn.googlesource.com/tint.git/+log/24bbbbb25f7d..e07510293160

2020-12-15 bclayton@google.com Fix HLSL emission of RWTextures
2020-12-15 bclayton@google.com spirv-writer: Emit the DepthReplacing execution mode
2020-12-15 bclayton@google.com spirv-reader: Fix texture[Load|Store] with lod
2020-12-15 bclayton@google.com ast: Clone symbols instead of ever-growing
2020-12-15 bclayton@google.com traits: Replace FirstParamType with ParamType
2020-12-14 bclayton@google.com Start cleaning up tests (3/N)
2020-12-14 bclayton@google.com Start cleaning up tests (2/N)
2020-12-14 bclayton@google.com Start cleaning up tests (1/N)
2020-12-14 bclayton@google.com ast: Inject Source parameter into create calls if not provided
2020-12-14 bclayton@google.com Move all Source constructor params to be the first
2020-12-14 dneto@google.com spirv-reader: reject sampling operations on non-float textures
2020-12-14 bclayton@google.com Remove BlockStatement::insert()
2020-12-14 bclayton@google.com Remove BlockStatement::append()
2020-12-14 bclayton@google.com Improve error messages raised by SpvParserTest
2020-12-14 dneto@google.com spirv-reader: convert unsigned ConstOffset
2020-12-14 bclayton@google.com reader/spirv: Remove use of BlockStatement::append()
2020-12-14 dneto@google.com spirv-reader: convert coordinate type when unsigned

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 rharrison@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: rharrison@google.com
Change-Id: Iaaa0130aa9d70b34d4606a8f65b50b22d6e8b364
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593274Reviewed-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@{#837092}
parent c69878a3
......@@ -365,7 +365,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'tint_revision': '24bbbbb25f7dfdbe4709a43faf07c627cd9ee1bf',
'tint_revision': 'e07510293160f38bfa377467bf182abab99b87a5',
# 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