1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00
dxvk/src/util
2020-01-24 14:21:28 +01:00
..
com [util] Implement a clamped version of ComObject, for D3D9 2019-12-11 03:18:39 +01:00
config [util] Disable supportDFFormats for Gothic 3 2020-01-24 14:21:28 +01:00
log [util] Improve multi-line logging 2019-07-18 13:34:52 +02:00
rc [dxvk] Implemented more query and query pool methods 2018-02-13 13:43:27 +01:00
sha1 [util] Add missing != operator to Sha1Hash 2019-10-18 00:33:40 +02:00
sync [util] Improve Spinlock implementation 2020-01-07 17:28:33 +01:00
meson.build [util] Implement some basic vector and matrix math utils 2019-12-11 03:18:39 +01:00
thread.h [util] Add method to set thread priority 2018-11-15 12:17:18 +01:00
util_bit.h [util] Add simple [] operator to our bitset 2020-01-23 02:05:09 +00:00
util_enum.h [dxbc] Added operand index decoder, entry point declaration 2017-10-29 02:35:16 +02:00
util_env.cpp [util] Wide character conversion changes 2019-11-26 01:53:49 +01:00
util_env.h [util] Add method to retrieve full exe path 2019-08-17 11:50:39 +02:00
util_error.h Initial commit 2017-10-10 23:32:13 +02:00
util_flags.h [util] Add == and != operator to Flags 2018-06-06 23:09:23 +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 [util] Add helper for lazy initialization 2019-07-30 20:00:35 +02:00
util_likely.h [util] Add likely/unlikely macros 2018-11-29 22:53:04 +01:00
util_luid.cpp [util] Move GetAdapterLUID out of DXGI internals 2019-10-02 08:42:22 +02:00
util_luid.h [util] Move GetAdapterLUID out of DXGI internals 2019-10-02 08:42:22 +02:00
util_math.h [util] Add alignDown helper 2019-12-11 03:18:39 +01:00
util_matrix.cpp [util] Implement some basic vector and matrix math utils 2019-12-11 03:18:39 +01:00
util_matrix.h [util] Implement some basic vector and matrix math utils 2019-12-11 03:18:39 +01:00
util_misc.h [util] Add countof helper 2019-12-11 03:18:39 +01:00
util_ratio.h [util] Handle undefined ratios in simplest ratio helper 2019-12-17 03:16:56 +00:00
util_small_vector.h [util] Add small_vector helper 2020-01-16 18:50:23 +01:00
util_string.cpp [util] Wide character conversion changes 2019-11-26 01:53:49 +01:00
util_string.h [util] Wide character conversion changes 2019-11-26 01:53:49 +01:00
util_time.h [util] Fix winelib build 2019-11-26 16:09:35 +01:00
util_vector.h [util] Implement some basic vector and matrix math utils 2019-12-11 03:18:39 +01:00