1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-13 07:08:50 +01:00
dxvk/src
Philip Rebohle fc7e934854
[util] Always inline Rc::decRef and Rc::incRef
GCC feels the need to generate functions with two instructions for some
reason. Doesn't meaningfully change performance, but makes profiling a
lot easier in some instances.
2022-08-03 15:15:11 +02:00
..
d3d9 [d3d9] Add missing vector header 2022-08-02 13:10:12 +02:00
d3d10 [d3d10] Mark D3D10ShaderReflection classes as final 2022-08-02 13:09:34 +02:00
d3d11 [d3d11] Add option to control sampler LOD bias 2022-08-01 13:15:09 +02:00
dxbc [dxbc] Bound-check mip level for resinfo instruction 2022-07-25 15:58:55 +02:00
dxgi [util] Use transcodeString in tows and fromws helpers 2022-07-30 20:30:32 +02:00
dxso [dxso] Introduce getSpecConstantBufferSlot 2022-07-31 02:10:37 +01:00
dxvk [dxvk] Add feature check for external semaphores 2022-08-02 14:37:31 +02:00
spirv [spirv] Track currently active block ID 2022-07-20 22:38:03 +02:00
util [util] Always inline Rc::decRef and Rc::incRef 2022-08-03 15:15:11 +02:00
vulkan [dxvk] Add feature check for external semaphores 2022-08-02 14:37:31 +02:00
meson.build [d3d9] Implement Direct3D9 Frontend (#1275) 2019-12-16 04:28:01 +01:00