Philip Rebohle
|
5ef0f31c66
|
[dxvk/d3d11] Refactored resource binding
Slightly reduces overhead of D3D11 *SetShaderResources methods.
|
2018-03-10 11:16:52 +01:00 |
|
Philip Rebohle
|
e4dae74865
|
[dxvk] Validate tessellation state for graphics pipeline
This should help with freezes as long as Tessellation is
not properly implemented.
|
2018-02-23 12:55:23 +01:00 |
|
Philip Rebohle
|
807dd72656
|
[hud] Use buffer invalidation instead of synchronization
The previously used synchronization may have had a negative impact on
performance, whereas the new approach is similar to what D3D11 apps do.
|
2018-02-08 12:48:54 +01:00 |
|
Philip Rebohle
|
05f0008891
|
[hud] Changed vertex buffer format
Should fix the HUD on Nvidia cards, which do not
support SRGB conversion for vertex input data.
|
2018-01-22 01:20:07 +01:00 |
|
Philip Rebohle
|
96a97aa0c4
|
[dxvk] Added HUD
Experimental version of a HUD which displays information
about the hardware, driver version, and frames per second.
|
2018-01-13 03:53:33 +01:00 |
|