From 5ffc1e1adb9b8f681d5a696f1b66f14dfa4fa928 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Wed, 2 Sep 2020 05:08:59 +0000 Subject: [PATCH] Roll third_party/tint/ 765348516..464928ed9 (3 commits) https://dawn.googlesource.com/tint/+log/765348516259..464928ed913b $ git log 765348516..464928ed9 --date=short --no-merges --format='%ad %ae %s' 2020-09-01 rharrison Add missing include patch 2020-09-01 tommek [spirv-writer] Generate sampler type 2020-08-31 rharrison Rolling 5 dependencies Created with: roll-dep third_party/tint Bug=tint:521 Change-Id: Ib1927977fa0914c65f22109f61a26d112caff805 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/27960 Reviewed-by: Ryan Harrison Commit-Queue: Ryan Harrison --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dd04b71efe..24e402209c 100644 --- a/DEPS +++ b/DEPS @@ -90,7 +90,7 @@ deps = { # WGSL support 'third_party/tint': { - 'url': '{dawn_git}/tint@7653485162592449cbaec644e6d3f5f80a81ab80', + 'url': '{dawn_git}/tint@464928ed913b18f1af068780468de38b50986aac', 'condition': 'dawn_standalone', },