Skip to content

Commit 0d66699

Browse files
meta: Add changelog for 2.14.1.
Signed-off-by: Hans-Kristian Arntzen <[email protected]>
1 parent b56106e commit 0d66699

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.14.1
4+
5+
This is a bug-fix release which resolves some regressions introduced in 2.14.
6+
7+
- Fix a crash on start-up which affected GPUs without sparse support. E.g. Intel iGPU or Turnip.
8+
Crash could happen even if that GPU was the secondary GPU on the system.
9+
- Fix a memory allocation issue affecting NVK.
10+
- Fix a CPU performance regression issue affecting Horizon Zero Dawn Remastered on NVIDIA GPUs.
11+
This fix might improve CPU performance in other games too, but unverified.
12+
- Not a regression fix, but add a `no_upload_hvv` workaround for Arma Reforger to workaround weird asset loading behavior.
13+
314
## 2.14
415

516
Rolls up the usual collection of new features, performance improvements, bug fixes and the copious amount of game workarounds,

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('vkd3d-proton', ['c', 'cpp'], version : '2.14', meson_version : '>= 0.49', default_options : [
1+
project('vkd3d-proton', ['c', 'cpp'], version : '2.14.1', meson_version : '>= 0.49', default_options : [
22
'warning_level=2', 'c_std=c11', 'cpp_std=c++17'
33
])
44

0 commit comments

Comments
 (0)