mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 13:24:20 +01:00
[d3d9] Default to Strict floatEmulation for amdvlk 2024.Q3.1
The AMD Linux open source driver now optimizes for the Strict floatEmulation path.
This commit is contained in:
parent
0d0b9eaac1
commit
6308266a0f
@ -95,7 +95,8 @@ namespace dxvk {
|
||||
} else {
|
||||
bool hasMulz = adapter != nullptr
|
||||
&& (adapter->matchesDriver(VK_DRIVER_ID_MESA_RADV)
|
||||
|| adapter->matchesDriver(VK_DRIVER_ID_MESA_NVK));
|
||||
|| adapter->matchesDriver(VK_DRIVER_ID_MESA_NVK)
|
||||
|| adapter->matchesDriver(VK_DRIVER_ID_AMD_OPEN_SOURCE, Version(2, 0, 316), Version()));
|
||||
d3d9FloatEmulation = hasMulz ? D3D9FloatEmulation::Strict : D3D9FloatEmulation::Enabled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user