2023-04-27 06:59:37 -07:00
|
|
|
The Wine team is proud to announce that release 1.7.1 of vkd3d, the Direct3D to
|
2020-09-21 15:35:48 -07:00
|
|
|
Vulkan translation library, is now available.
|
2018-05-23 10:19:15 -07:00
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
This is a bugfix release, only containing targeted fixes for a couple
|
|
|
|
of defects that had slipped in in vkd3d 1.7.
|
2018-05-23 10:19:15 -07:00
|
|
|
|
|
|
|
The source is available from the following location:
|
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
https://dl.winehq.org/vkd3d/source/vkd3d-1.7.1.tar.xz
|
2018-05-23 10:19:15 -07:00
|
|
|
|
|
|
|
The current source can also be pulled directly from the git repository:
|
|
|
|
|
2022-09-19 04:11:09 -07:00
|
|
|
https://gitlab.winehq.org/wine/vkd3d.git
|
2018-05-23 10:19:15 -07:00
|
|
|
|
|
|
|
Vkd3d is available thanks to the work of multiple people. See the file AUTHORS
|
|
|
|
for the complete list.
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
What's new in vkd3d 1.7.1
|
|
|
|
=========================
|
2018-05-23 10:19:15 -07:00
|
|
|
|
2018-10-05 09:26:13 -07:00
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
*** libvkd3d
|
2023-03-14 09:29:04 -07:00
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
- Release 1.7 has a bug that causes an internal mutex in its command
|
|
|
|
queue implementation to be unlocked too early under certain usage
|
|
|
|
patterns. This is known to further cause internal inconsistencies
|
|
|
|
that manifest as program deadlocks for some programs. In release
|
|
|
|
1.7.1 the mutex is correctly kept locked until required.
|
2023-03-14 09:29:04 -07:00
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
*** libvkd3d-utils
|
2022-06-22 07:09:04 -07:00
|
|
|
|
2023-04-27 06:59:37 -07:00
|
|
|
- Symbol D3D12CreateDevice is mistakenly not exported in release 1.7,
|
|
|
|
breaking library clients that need it. The symbol is exported again
|
|
|
|
in release 1.7.1.
|