Accepting request 1285186 from Emulators:Wine

Update to 2.6.2

If you have any suggestions for improvement, please let me know! (forwarded request 1284964 from DarkWav)

OBS-URL: https://build.opensuse.org/request/show/1285186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dxvk?expand=0&rev=17
This commit is contained in:
2025-06-13 16:43:44 +00:00
committed by Git OBS Bridge
6 changed files with 42 additions and 13 deletions

View File

@@ -1,16 +1,16 @@
<services>
<service mode="manual" name="obs_scm">
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionformat">v2.6.2</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/doitsujin/dxvk.git</param>
<param name="scm">git</param>
<param name="revision">@PARENT_TAG@</param>
<param name="url">https://github.com/doitsujin/dxvk.git</param>
<param name="scm">git</param>
<param name="revision">v2.6.2</param>
</service>
<service mode="manual" name="download_files"/>
<service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="set_version"/>
<service mode="manual" name="download_files"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0520b90f7bad30f3bd35f6d560a9cd3deae6279b049cda1c075ca2d89361f28
size 44762637

3
dxvk-2.6.2.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bf16d2f5e98d11bd7a97278318a028a3aac5bc2ee2ec1cc307f7d56a1e45ff8
size 44783117

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Jun 12 01:25:33 UTC 2025 - Simon Vogl <simon.vogl@gmx.net>
- Update to 2.6.2:
* Added DXVK_FILTER_DEVICE_UUID environment variable to filter
devices by their reported driver UUID
* This may be useful on setups with multiple GPUs of the same model
* Improved vendor ID override logic for D3D9 and added
d3d9.hide{Amd,Intel,Nvidia}Gpu configuration options to
improve the out-of-the-box experience in games that refuse to
run on Intel GPUs, or only run with significantly reduced
graphics features
* Improved WSI backend selection in dxvk-native
* D3D9 vendor hack features are now only exposed when reporting
a GPU vendor that supports the given feature on Windows
* This may avoid issues in case games make assumptions based on
vendor IDs rather than format queries
* FIxed an issue that could lead to one eye not updating
properly in some VR games
* Fixed log spam for unsupported D3D8 render states
* Fixed log spam for frequent DXGI adapter queries
* osu! stable: Fixed black screen in D3D9 mode
* Pirate Hunter: Worked around out-of-memory crash
* Red Orchestra: Ostfront: Worked around alt+tab issues
* Rocketbirds 2: Worked around a game bug that would cause the
intro video to be garbled
* Thumper: Worked around track rendering issues on Intel
- Hardcoded git tag in _service to fix downloading wrong version
-------------------------------------------------------------------
Fri May 23 21:28:27 UTC 2025 - Simon Vogl <simon.vogl@gmx.net>

View File

@@ -1,4 +1,4 @@
name: dxvk
version: 2.6.1
mtime: 1744024224
commit: 2b1a284f8453baa2bd193709b67e5183074c74ba
version: 2.6.2
mtime: 1749555707
commit: 9d6f54a1ade20d1d27dd421024717a636f3d8c68

View File

@@ -17,7 +17,7 @@
Name: dxvk
Version: 2.6.1
Version: 2.6.2
Release: 0
Summary: Vulkan-based Direct3D 8/9/10/11 implementation for Linux / Wine
License: zlib-acknowledgement