Releases: EndlesslyFlowering/dxvk
v2.5.1-HDR-mod-v0.3.0
2024.11.25:
update gplasync to v2.5.1-2-gplasync
Update to dxvk v2.5.1 (fixes Anisotropic Filtering not working).
dxvk_v2.5.1-HDR-mod-v0.3.0.7z
sha256: 0a67200f50b69717fadb3cc775b9da7b918df442ca3a7ff52470b3508b1b3298
dxvk_v2.5.1-HDR-mod-v0.3.0-gplasync-2.7z
sha256: 404ec8cda82c4e95b1016a348402c70ac8fd922c1651da7ae88dea33dbbe42a3
v2.5-HDR-mod-v0.3.0
Update to dxvk v2.5.
dxvk_v2.5-HDR-mod-v0.3.0.7z
sha256: 1e50933dcee695b42f39b2d0a79a08f0ca47a2c2d4134fca40ab9cd83a8f700e
dxvk_v2.5-HDR-mod-v0.3.0-gplasync-.7z
sha256: 580d18d6b4e6131813d0dd6d68a592d093c816ce7ecc95ac5edeebd685460b66
v2.4.1-HDR-mod-v0.3.0
Update to dxvk v2.4.1.
2024.09.28:
gplasync build added 😸
dxvk_v2.4.1-HDR-mod-v0.3.0.7z
sha256: 3fa449a0d19571a78e2b84a04b38f1ccfda3098d3c5c9e7a9ade828430d5e672
dxvk_v2.4.1-HDR-mod-v0.3.0-gplasync-1.7z
sha256: 1440b7a78f6e6d689126ebb7f12d040f5ab90360cff2b41c37da9f744f0fc9de
v2.4-HDR-mod-v0.3.0
Just an update to dxvk v2.4 which adds support for DirectX 8.
To use it for a d3d8 game you need both the d3d8.dll
file and the d3d9.dll
file and you have to use the d3d9 conf settings.
The d3d8 parts of dxvk use the d3d9 parts to make some stuff work, same like d3d10 does with d3d11.
2024.07.19:
gplasync build added 😸
dxvk_v2.4-HDR-mod-v0.3.0.7z
sha256: 86c7d1e048ed25d3f708e7fa958b6d8564db42767321f9e6bd1aeeda87d69fdf
dxvk_v2.4-HDR-mod-v0.3.0-gplasync-1.7z
sha256: 1fdb1e28ba037fc49173f6515d4fde3feac44a88e4e1fcecdd7af20e28d30dc4
v2.3.1-HDR-mod-v0.3.0
Code wise just a rebase to dxvk v2.3.1.
This adds a few default configurations sorted from safest
to experimental
in terms of how safe these settings are to use.
dxvk_v2.3.1-HDR-mod-v0.3.0.7z
sha256: b3b9b048fa7d7c61fcb7ceea4646d8745917aa374d2867a381cc96f28f811df7
dxvk_v2.3.1-HDR-mod-v0.3.0-gplasync-1.7z
sha256: db167210ecee383f1b91b3c2d518e95bbd18c6a25a26d3a059be3751f0d9368e
v2.3-HDR-mod-v0.3.0
This release mainly adds back support for loading Vulkan layers on Linux. An important note about this, is that it is not recommended to do so and Vulkan layers should be loaded on the host side (Linux) instead.
Otherwise just some logging things were changed.
dxvk_v2.3-HDR-mod-v0.3.0.7z
sha256: fe52ac005165e017571aad67ac88be99094e6fbe91cfd16e9445d5bb1e432cc4
dxvk_v2.3-HDR-mod-v0.3.0-gplasync-1.7z
sha256: dfcae1959d8d6b81d450b3508da5b2e09676377f01bcec73d1985f3f1b1067c7
v2.3-HDR-mod-v0.2.2-1
-1:
Immediately found an oversight... 😺
Mainly a rebase to dxvk v2.3 which I did a while ago and some smaller changes.
All the logging is now limited to the debug dlls and is automatically enabled. The debug dlls also force enable logging to at least the info level. So if you have logging disabled you do not need to enable it when using those.
dxvk_v2.3-HDR-mod-v0.2.2.7z
sha256: ead543de67cb97493e88dd1bbbb02fcc89f98f4eabf3316565b9ded51c6324af
dxvk_v2.3-HDR-mod-v0.2.2-gplasync-1.7z
sha256: d55b9f0b1df560b7fa52195da879f6003f5322ccdbdf0ad7695ed5730db5c052
v2.2-HDR-mod-v0.2.1-1
new in v2.2-HDR-mod-v0.2.1-1
compared to v2.2-HDR-mod-v0.2.1
:
gplasync actually wasn't compiled with the gplasync patch. Sorry!
v2.2-HDR-mod-v0.2.1
description:
add default configs that enable all features what I consider sensible to be enabled by default.
d3d9:
- fix no fallback existing when trying to upgrade the backbuffer
- fix crashes when games use d3d9 "driver hack formats" (thanks to SmokeyGeahad for helping me debug this!)
- add ability to upgrade 5 more formats
B5G6R5_UNORM
BGR5A1_UNORM
BGR5X1_UNORM
BGRA4_UNORM
BGRX4_UNORM
d3d11:
- add ability to choose
RGBA16_UNORM
as backbuffer and swapchain format (only works on AMD on Windows) - add option to log information about all view types of render targets
+ some other small changes and fixes to hopefully prevent issues.
dxvk_v2.2-HDR-mod-v0.2.1-1.7z
sha256: F3EE4450413EC5098EEE4223A7516213A171F64DC5453936464F3442B674F806
dxvk_v2.2-HDR-mod-v0.2.1-gplasync-4-1.7z
sha256: 5D9DF192A8FE012DBECAC22E8C0C99A8CF5D382364F1DE79CDE862C4B75405E7
v2.2-HDR-mod-v0.2.0
This release is broken in d3d9 please use the latest release!
d3d10 and d3d11 support added!
d3d10 is not fully supported in dxvk as I understand it, so not every game will work when using this on Windows. Just Cause 2 works for example.
d3d9 changes:
d3d9.enableRenderTargetUpgrade
is now calledd3d9.enableRenderTargetUpgrades
d3d9.upgrade_***_renderTargetTo
naming has changed to be consistent with the naming in d3d11 (for exampled3d9.upgrade_RGBA8_renderTargetTo
is now calledd3d9.upgrade_RGBA8_UNORM_renderTargetTo
)- upgrade format strings have also been changed to be consistent with d3d11 (for example
rgba16f
is now calledrgba16_float
) - a separate upgrade option for the back buffer has been added:
d3d9.enableBackBufferFormatUpgrade
andd3d9.upgradeBackBufferFormatTo
other changes:
- every setting now defaults to disabled instead of being enabled automatically
check here for how to use new d3d9 options and also read up on how it works for d3d11!
dxvk_v2.2-HDR-mod-v0.2.0.7z
sha256: 7d2b58af1410ac20eca50d07a0f6b0b128c7fb069e5f71c4a0fc4349a860a6cd
I removed dxvk_v2.2-HDR-mod-v0.2.0-gplasync-4.7z
because it wasn't compiled with the async patch...
v2.2-HDR-mod-v0.1.1
Second Release!
- small fix for compiling on MSVC
- add ability to disable/enable render target upgrades via dllexports: thanks to @WallSoGB for this!
dxvk_v2.2-HDR-mod-v0.1.1.7z
sha256: c5132e98089e963d2867883813449af9f71a92c1f11f0e1f10234141198dbe69
dxvk_v2.2-HDR-mod-v0.1.1-gplasync-1.7z
sha256: 3c838e4979d378e466c15c9eaeae0cbd163d80dcea0170a11d3e75684bfd606f