- updated to 1.7.1

- fixes and Improvements
  - VK_EXT_4444_formats is now used on supported drivers to resolve potential issues with sampler border colors on Intel hardware.
  - VK_EXT_extended_dynamic_state is now used on supported drivers to implement out-of-bounds vertex buffer access behaviour correctly.
  - Minor performance improvements.
  - Implemented NV12 video format support for D3D9. This should make the GeForce Now app usable with DXVK.
  - Implemented missing shader instruction for D3D9 to fix shadow rendering in a number of games.
  - Anarchy Online: Fixed an out-of-memory error.
  - Metro Exodus: Added missing DXGI entry points required to run the game.
  - Observation: Work around a game bug causing rendering issues on RADV.
  - Resident Evil 7: Disabled relaxedBarriers option again due to rendering issues.
  - Serious Sam 2 and others: Fixed incorrect water reflections.
  - SpellForce 2: Work around black water ripples.
  - Timeshift: Fixed shadows
  - TrackMania: Fixed water and other rendering issues.
  - Work around performance issues in Darksiders: Warmastered Edition (#1719) and Monster Hunter World on AMD and recent Nvidia drivers.
  - Work around Z-fighting issues in Borderlands 3, Halo, Halo CE, Mafia III: Definitive Edition, Terminator: Resistance.
- Compatibility notes
  VK_EXT_transform_feedback is now a hard requirement for D3D10 and
  D3D11. This extension is supported by all Nvidia and Mesa drivers
  released in early 2019 or later, as well as recent AMDVLK releases
  and the proprietary AMD driver.

OBS-URL: https://build.opensuse.org/package/show/Emulators:Wine/dxvk?expand=0&rev=2
This commit is contained in:
Marcus Meissner 2020-09-05 17:49:52 +00:00 committed by Git OBS Bridge
parent e7c957264c
commit f68087d3dd
3 changed files with 32 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git%ci</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">refs/tags/v1.7.1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Sep 5 17:49:06 UTC 2020 - Marcus Meissner <meissner@suse.com>
- updated to 1.7.1
- fixes and Improvements
- VK_EXT_4444_formats is now used on supported drivers to resolve potential issues with sampler border colors on Intel hardware.
- VK_EXT_extended_dynamic_state is now used on supported drivers to implement out-of-bounds vertex buffer access behaviour correctly.
- Minor performance improvements.
- Implemented NV12 video format support for D3D9. This should make the GeForce Now app usable with DXVK.
- Implemented missing shader instruction for D3D9 to fix shadow rendering in a number of games.
- Anarchy Online: Fixed an out-of-memory error.
- Metro Exodus: Added missing DXGI entry points required to run the game.
- Observation: Work around a game bug causing rendering issues on RADV.
- Resident Evil 7: Disabled relaxedBarriers option again due to rendering issues.
- Serious Sam 2 and others: Fixed incorrect water reflections.
- SpellForce 2: Work around black water ripples.
- Timeshift: Fixed shadows
- TrackMania: Fixed water and other rendering issues.
- Work around performance issues in Darksiders: Warmastered Edition (#1719) and Monster Hunter World on AMD and recent Nvidia drivers.
- Work around Z-fighting issues in Borderlands 3, Halo, Halo CE, Mafia III: Definitive Edition, Terminator: Resistance.
- Compatibility notes
VK_EXT_transform_feedback is now a hard requirement for D3D10 and
D3D11. This extension is supported by all Nvidia and Mesa drivers
released in early 2019 or later, as well as recent AMDVLK releases
and the proprietary AMD driver.
-------------------------------------------------------------------
Thu Apr 09 17:25:31 UTC 2020 - pousaduarte@gmail.com

View File

@ -17,7 +17,7 @@
Name: dxvk
Version: 1.7.1+6~git20200824T101020
Version: 1.7.1+0~git20200813T191020
Release: 0
Summary: Vulkan-based D3D11 implementation for Linux / Wine
License: zlib-acknowledgement