From 1a874f2d488a4b2bd787f84c195a758c33faf187 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 20 Jun 2024 10:13:12 -0400 Subject: [PATCH 1/3] docs(CHANGELOG): add entry for #5812/#5833 Permalinks: * * --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a95c49485..6d7f21804b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,12 @@ Bottom level categories: ## Unreleased +### Bug Fixes + +#### DX12 + +- Do not feed `&""` to `D3DCompile`, by @workingjubilee in [#5812](https://github.com/gfx-rs/wgpu/issues/5812), backported by @Elabajaba in [#5833](https://github.com/gfx-rs/wgpu/pull/5833). + ## v0.19.4 (2024-04-17) ### Bug Fixes From 29a3b36960801c12ca97f7fbf7ab93cf12816203 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 15 Jul 2024 22:17:06 -0400 Subject: [PATCH 2/3] chore: `wgpu-hal` 0.19.5 release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- wgpu-hal/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7f21804b..20bdcda35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,10 @@ Bottom level categories: - Hal --> -## Unreleased +## 0.19.5 + +This release only releases `wgpu-hal` 0.19.5, which contains an important fix +for DX12. ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 57d1c30f06..2789264b07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4044,7 +4044,7 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.19.4" +version = "0.19.5" dependencies = [ "android_system_properties", "arrayvec 0.7.4", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index d48fd9c602..77b1bc7bc4 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-hal" -version = "0.19.4" +version = "0.19.5" authors = ["gfx-rs developers"] edition = "2021" description = "WebGPU hardware abstraction layer" From 8bbeaf802bf5a700e57ab8b6a5c1b34b1fcad409 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 16 Jul 2024 09:29:28 -0400 Subject: [PATCH 3/3] docs(CHANGELOG): add `Unreleased` again --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bdcda35f..71f59ba832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ Bottom level categories: - Hal --> +## Unreleased + ## 0.19.5 This release only releases `wgpu-hal` 0.19.5, which contains an important fix