1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 13:08:50 +01:00
dxvk/src/util
2019-01-13 21:27:59 +01:00
..
com [d3d11] Implement IWineDXGISwapChainFactory 2018-12-21 14:03:28 +01:00
config [util] Disable NVAPI hack for NFS2015 and CoD:WW2 2019-01-10 11:59:35 +01:00
log Use std::string for util::getEnvVar input 2018-11-16 06:43:45 +01:00
rc [dxvk] Implemented more query and query pool methods 2018-02-13 13:43:27 +01:00
sha1 [util] Provide method to compute SHA-1 hash from multiple data chunks 2018-10-25 10:34:38 +02:00
sync [util] Add ticket lock implementation 2018-11-13 17:05:06 +01:00
meson.build [util] Move getAppConfig and getUserConfig to Config class 2018-08-07 16:59:49 +02:00
thread.h [util] Add method to set thread priority 2018-11-15 12:17:18 +01:00
util_bit.h [dxvk] Fix tzcnt return value when source value is 0 2018-07-09 13:32:43 +02:00
util_enum.h [dxbc] Added operand index decoder, entry point declaration 2017-10-29 02:35:16 +02:00
util_env.cpp [util] Change getEnvVar to use getenv (#859) 2019-01-13 21:27:59 +01:00
util_env.h [util] Change getEnvVar to use getenv (#859) 2019-01-13 21:27:59 +01: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_likely.h [util] Add likely/unlikely macros 2018-11-29 22:53:04 +01:00
util_math.h [util] Fix includes 2018-05-09 20:37:49 +02:00
util_string.cpp [util] Code cleanup for winegcc stuff 2018-07-21 12:51:50 +02:00
util_string.h [util] Handle WCHAR strings in str::format. 2018-08-31 05:37:34 +02:00