dxvk/src/util
Philip Rebohle b4efaa4ef0
[util] Enable cached constant buffers for Frostpunk
Massively improves CPU-bound performance.
2022-03-26 12:44:25 +01:00
..
com [build] Use __CRT_UUID_DECL for uuid definitions 2020-02-18 20:25:05 +01:00
config [util] Enable cached constant buffers for Frostpunk 2022-03-26 12:44:25 +01:00
log [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
rc [util] Include ostream in util_rc_ptr.h 2020-01-31 15:17:18 +01:00
sha1 [util] Add missing != operator to Sha1Hash 2019-10-18 00:33:40 +02:00
sync [dxvk] Introduce lock-free list 2022-02-19 17:36:39 +01:00
meson.build [build] Cleanup build system. 2022-03-17 01:38:58 +00:00
thread.h [util] Implement custom sync primitives 2021-06-29 00:51:20 +02:00
util_bit.h [util] Fix MSVC build 2021-08-23 15:41:31 +01:00
util_enum.h [dxbc] Added operand index decoder, entry point declaration 2017-10-29 02:35:16 +02:00
util_env.cpp [util] Handle upper-case file extensions correctly 2021-06-06 03:57:15 -07:00
util_env.h [dxvk] Rework 32-bit check 2021-10-01 14:18:42 +02:00
util_error.h Initial commit 2017-10-10 23:32:13 +02:00
util_flags.h Fix raw() accessor on the Flags class 2021-08-24 22:23:20 +02:00
util_fps_limiter.cpp [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
util_fps_limiter.h [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
util_gdi.cpp [util] Add helpers for GDI/DDI interop 2019-09-20 01:44:18 +02:00
util_gdi.h [util] Add helpers for GDI/DDI interop 2019-09-20 01:44:18 +02:00
util_lazy.h [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
util_likely.h [util] Add likely/unlikely macros 2018-11-29 22:53:04 +01:00
util_luid.cpp [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
util_luid.h [util] Move GetAdapterLUID out of DXGI internals 2019-10-02 08:42:22 +02:00
util_math.h [d3d9+dxso] Rely on robustness for unset SWVP constants 2021-10-15 10:54:18 +01:00
util_matrix.cpp [util] remove some movs in matrix add/sub assignment 2021-04-15 22:25:11 +01:00
util_matrix.h [util] static assert size of Vector4 and Matrix4 2021-04-15 22:25:11 +01:00
util_misc.h [util] Move DecodeD3DColor to util 2022-03-17 11:35:19 +01:00
util_monitor.cpp [util] Restore display modes of all monitors in RestoreMonitorDisplayMode 2021-06-01 01:48:12 +02:00
util_monitor.h [util] Restore display modes of all monitors in RestoreMonitorDisplayMode 2021-06-01 01:48:12 +02:00
util_ratio.h [util] Handle undefined ratios in simplest ratio helper 2019-12-17 03:16:56 +00:00
util_shared_res.cpp [util] Add helpers for shared resource metadata access. 2022-03-12 16:23:06 +01:00
util_shared_res.h [util] Add helpers for shared resource metadata access. 2022-03-12 16:23:06 +01:00
util_small_vector.h [util] Add small_vector helper 2020-01-16 18:50:23 +01:00
util_string.cpp Handle non-ASCII characters properly in paths 2020-09-10 15:56:38 +02:00
util_string.h Handle non-ASCII characters properly in paths 2020-09-10 15:56:38 +02:00
util_time.h [util] Fix winelib build 2019-11-26 16:09:35 +01:00
util_vector.h [util] Fix indexing of non-float vectors 2021-07-05 18:58:55 +02:00