Commit 41bccb38 authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Dawn from 4b316994ad01 to 064f33e4416e (9 revisions)

https://dawn.googlesource.com/dawn.git/+log/4b316994ad01..064f33e4416e

2021-01-20 jiawei.shao@intel.com Implement WaitableEvent and WorkerTaskPool for multi-threaded tasks
2021-01-19 enrico.galli@intel.com D3D12: Add firstVertex/Instance to vertex/instance_index
2021-01-19 enga@chromium.org dawn_wire: Add Reserve/InjectDevice
2021-01-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from d7335fa97495 to ed14524b1e81 (6 revisions)
2021-01-19 senorblanco@chromium.org Open GL ES: implement a fallback path for glClearTexSubImage().
2021-01-19 rharrison@chromium.org Use Tint to extract local workgroup size
2021-01-19 dsinclair@chromium.org Update Dawn tests to use group instead of set.
2021-01-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 4a110c2726e9 to d7335fa97495 (1 revision)
2021-01-18 senorblanco@chromium.org Suppress depth/stencil copy tests failing on ANGLE.

Also rolling transitive DEPS:
  https://dawn.googlesource.com/tint from 4a110c2726e9 to ed14524b1e81

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 sarahmashay@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
Change-Id: Iae4d3eb3b8b71290a7b67941c8990d9636bf5dd7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639934Reviewed-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@{#845236}
parent 7349b8a2
......@@ -318,7 +318,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'dawn_revision': '4b316994ad01ab6b87032c5fd9b53c6d18956d8d',
'dawn_revision': '064f33e4416ed498c91137f518fedb56c325b99b',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
......@@ -357,7 +357,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'tint_revision': '4a110c2726e960502f57a71d30965485b35ab8e4',
'tint_revision': 'ed14524b1e813129d717ebbf651febc5223b3a49',
# 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