Compare commits

...

2 Commits

Author SHA1 Message Date
Joshua Ashton 60a797aca6
meson: Update to version 2.3.1
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2021-04-27 14:48:19 +01:00
Joshua Ashton dec6a7d0eb
meta: Update CHANGELOG for 2.3.1
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2021-04-27 14:48:19 +01:00
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Change Log
## 2.3.1
This is a minor bugfix release to address some issues solved shortly after the last release.
### Fixes
- Improved support for older Wine and Vulkan Loader versions.
- Fix blocky shadows in Horizon Zero Dawn.
- Fix the install script failing on Wine installs not built with upstream vkd3d.
- Fix minor dxil translation issues.
## 2.3
This release adds support for more D3D12 features and greatly improves GPU bound performance

View File

@ -1,4 +1,4 @@
project('vkd3d-proton', ['c'], version : '2.3', meson_version : '>= 0.49', default_options : [
project('vkd3d-proton', ['c'], version : '2.3.1', meson_version : '>= 0.49', default_options : [
'warning_level=2',
])