From 53e57e8e78b2359fb1d46e0c3603b821eb682dc9 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 22 Apr 2022 06:58:21 +0000 Subject: [PATCH] gpu-dawn: update Dawn to latest revision as of 2022-04-21 (#250) upstream @ c2f9fea56bee11cf573fe90b08a296a38202500b Includes fix for UB on Linux/Vulkan: https://github.com/hexops/dawn/pull/11 Closes hexops/mach#239 Signed-off-by: Stephen Gutekanst --- .gitmodules | 2 +- gpu-dawn/.gitmodules | 2 +- gpu-dawn/libs/dawn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 81f535cb..4b655ee0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = gpu-dawn/libs/dawn url = https://github.com/hexops/dawn.git shallow = true - branch = "generated-2022-04-18" + branch = "generated-2022-04-21" [submodule "gpu-dawn/libs/DirectXShaderCompiler"] path = gpu-dawn/libs/DirectXShaderCompiler url = https://github.com/hexops/DirectXShaderCompiler diff --git a/gpu-dawn/.gitmodules b/gpu-dawn/.gitmodules index 07c1ae4a..c2921de0 100644 --- a/gpu-dawn/.gitmodules +++ b/gpu-dawn/.gitmodules @@ -2,7 +2,7 @@ path = libs/dawn url = https://github.com/hexops/dawn.git shallow = true - branch = "generated-2022-04-18" + branch = "generated-2022-04-21" [submodule "libs/DirectXShaderCompiler"] path = libs/DirectXShaderCompiler url = https://github.com/hexops/DirectXShaderCompiler diff --git a/gpu-dawn/libs/dawn b/gpu-dawn/libs/dawn index 25cf9a36..9846349a 160000 --- a/gpu-dawn/libs/dawn +++ b/gpu-dawn/libs/dawn @@ -1 +1 @@ -Subproject commit 25cf9a36abd385b9f4ce9dc8648d27ee549cb817 +Subproject commit 9846349afab9e125a8d257130eaebf2f0582e012