Commit 95549c2d authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Dawn from 111ba65a5e3d to 8ba0a01d1e59 (10 revisions)

https://dawn.googlesource.com/dawn.git/+log/111ba65a5e3d..8ba0a01d1e59

2021-01-13 enga@chromium.org Ensure all wire child objects are destroyed before their device
2021-01-13 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 395ec2c4aed8 to 313ae9e87f37 (1 revision)
2021-01-13 bclayton@google.com [wgsl]: s/texture_sampled_/texture_
2021-01-13 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 57166264e01f to 395ec2c4aed8 (2 revisions)
2021-01-13 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 1c200cffd051 to 57166264e01f (4 revisions)
2021-01-13 enga@chromium.org Remove special-casing of device reference/release in the wire
2021-01-13 enga@chromium.org dawn_wire: Make all objects owned by the client
2021-01-13 enga@chromium.org Make the Device ref the Instance
2021-01-13 enga@chromium.org Don't forward device lost errors to the uncaptured error callback
2021-01-13 cwoffenden@gmail.com Further fixes to build with with VS2019 (end2end tests)

Also rolling transitive DEPS:
  https://dawn.googlesource.com/tint from 1c200cffd051 to 313ae9e87f37

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dawn-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: chromium:1160459
Tbr: dsinclair@google.com
Change-Id: I454d4c075a8abb7a910a0d4043c35359db8b88f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626781Reviewed-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@{#843241}
parent d7b92fb8
...@@ -314,7 +314,7 @@ vars = { ...@@ -314,7 +314,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# 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.
'dawn_revision': '111ba65a5e3dbd23a58dd63991e92e9300f44d13', 'dawn_revision': '8ba0a01d1e59d21d7db6ea4396a0f951fff3c2d0',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# 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.
...@@ -353,7 +353,7 @@ vars = { ...@@ -353,7 +353,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': '987376cd21a8785c3e0b66bd6ba2052219400ab3', 'tint_revision': '313ae9e87f37d917421baacf4065dc460655e646',
# 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