1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00
dxvk/src
Florian Will 0b3f9718c9 [d3d9] Fix some off-by-one TSS types enum values
They are 0-based instead of 1-based, and therefore supposed to be
off-by-one compared to D3DTEXTURESTAGESTATETYPE, but three values in the
enum are actually off-by-two.

For me, this fixes some odd rail rendering in ZUSI 3.

Fixes: 7d0ddc4b
2020-01-23 17:26:51 +00:00
..
d3d9 [d3d9] Fix some off-by-one TSS types enum values 2020-01-23 17:26:51 +00:00
d3d10 [d3d10] Fix reported bind flags for D3D10 resources 2019-10-11 17:15:33 +02:00
d3d11 [d3d11] Introduce d3d11.invariantPosition option 2020-01-23 01:28:19 +01:00
dxbc [d3d11] Introduce d3d11.invariantPosition option 2020-01-23 01:28:19 +01:00
dxgi [dxgi] Don't check window validity in IDXGISwapchain::GetFullscreenState 2020-01-16 17:50:32 +01:00
dxso [dxso] Make unbound textures return (0, 0, 0, 1) 2020-01-18 03:10:47 +00:00
dxvk [dxvk] Don't enable VK_KHR_descriptor_update_template 2020-01-17 17:46:59 +01:00
spirv [spirv] Allow specifying the SPIR-V version explicitly 2019-12-18 17:36:46 +01:00
util [util] Add simple [] operator to our bitset 2020-01-23 02:05:09 +00:00
vulkan [dxvk] Don't enable VK_KHR_descriptor_update_template 2020-01-17 17:46:59 +01:00
meson.build [d3d9] Implement Direct3D9 Frontend (#1275) 2019-12-16 04:28:01 +01:00