Commit cfea7015 authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Roll src/third_party/dawn/ 63997221d..0da9494a4 (5 commits)

https://dawn.googlesource.com/dawn.git/+log/63997221d7d8..0da9494a4fe9

$ git log 63997221d..0da9494a4 --date=short --no-merges --format='%ad %ae %s'
2018-11-21 cwallez Run mac-dawn-rel on the CQ
2018-11-21 cwallez Suppress failing tests on Metal Intel.
2018-11-21 cwallez CommandBuffer/PassEncoders: Correctly validate we can record
2018-11-21 cwallez BindGroupLayout: Fix off-by-one kMaxBindingsPerGroup validation
2018-11-21 jiawei.shao Fix missing validations and Vulkan flags on cube map texture views

Created with:
  roll-dep src/third_party/dawn

TBR=kainino@chromium.org

Change-Id: Icfa9db045ccb1eac01da1ab4b84aae3cb0a97f22
Reviewed-on: https://chromium-review.googlesource.com/c/1350918Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611060}
parent f9c4d719
......@@ -236,7 +236,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': '63997221d7d880d8d1783abe326b90cd95cd92d2',
'dawn_revision': '0da9494a4fe9aa89e1a3b2d911719d150a2d963e',
}
# Only these hosts are allowed for dependencies in this DEPS file.
......
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