- updated to 1.8.1

## Bug fixes and Improvements
  - Fixed a regression that would cause a number of D3D9 games to crash when changing the resolution or during startup.
  - Improved performance in many D3D9 games when using MSAA on RADV.
  - Improved presentation logic for MSAA swap chains, which are common in older D3D9 games.
  - **Mafia II**: Work around shadows being broken when the game thinks it's running on an AMD GPU. (#1294)
  - **Warhammer Online**: Work around the game trying to use unsupported image formats. (#1296)

OBS-URL: https://build.opensuse.org/package/show/Emulators:Wine/dxvk?expand=0&rev=21
This commit is contained in:
Marcus Meissner 2021-03-02 06:25:47 +00:00 committed by Git OBS Bridge
parent bf33fd2c53
commit 29b9f28e3e

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 2 06:25:09 UTC 2021 - Marcus Meissner <meissner@suse.com>
- updated to 1.8.1
## Bug fixes and Improvements
- Fixed a regression that would cause a number of D3D9 games to crash when changing the resolution or during startup.
- Improved performance in many D3D9 games when using MSAA on RADV.
- Improved presentation logic for MSAA swap chains, which are common in older D3D9 games.
- **Mafia II**: Work around shadows being broken when the game thinks it's running on an AMD GPU. (#1294)
- **Warhammer Online**: Work around the game trying to use unsupported image formats. (#1296)
-------------------------------------------------------------------
Fri Feb 19 06:38:59 UTC 2021 - Marcus Meissner <meissner@suse.com>