Commit 5eaf02ed authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Tint from c82eeeef0783 to ccc67252ffa4 (10 revisions)

https://dawn.googlesource.com/tint.git/+log/c82eeeef0783..ccc67252ffa4

2020-12-10 dneto@google.com spirv-reader: support OpBitCount, OpBitReverse
2020-12-10 dsinclair@chromium.org Cleanup some includes
2020-12-10 dsinclair@chromium.org Update namer to use symbol table.
2020-12-10 bclayton@google.com Implement textureWrite()
2020-12-10 bclayton@google.com Rework the FirstIndexOffset transform
2020-12-10 dsinclair@chromium.org Add a symbol table.
2020-12-10 dneto@google.com spirv-reader: support more integer builtins
2020-12-10 dneto@google.com spirv-reader: remove redundant disabled test
2020-12-10 bclayton@google.com Fix CMake build when TINT_BUILD_FUZZERS=1
2020-12-10 bclayton@google.com Fix HLSL emission of cbuffers

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: Ic4c73f20260173c38efb289fafca16c79b2bce3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585722Reviewed-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@{#835886}
parent 34324a5f
...@@ -365,7 +365,7 @@ vars = { ...@@ -365,7 +365,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': 'c82eeeef07833bf1d4ed5f3aefbcbef317fd014d', 'tint_revision': 'ccc67252ffa40dd723f0c114ac8906b3ad13b063',
# 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