1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +01:00
dxvk/src/util
Mikhail Paulyshka f38ee85a39 [build] Fix compilation on MSVC (#505)
* [build] do not use shared_library/objects property with MSVC

* [util] use ./com/com_include.h instead of windef.h

It is required for Windows 10 SDK.

* [util] store thread procedure lambda in std::function

* [dxgi] fix annoying MSVC warning

warning C4099: 'IDXGIVkInteropDevice': type name first seen using 'class' now seen using 'struct'
2018-07-21 12:43:33 +02:00
..
com [dxgi] Added IDXGIVkInteropSurface interface 2018-04-19 20:13:53 +02:00
log [util] Add generic Logger::log method 2018-04-02 19:05:20 +02:00
rc [dxvk] Implemented more query and query pool methods 2018-02-13 13:43:27 +01:00
sha1 [util] Add method to retrieve SHA1 hashes in 32-bit chunks 2018-05-03 23:47:42 +02:00
sync Don't use std::thread. 2018-07-19 08:55:34 +02:00
meson.build Add support for MSVC, attempt 3 (#130) 2018-03-06 18:34:34 +01:00
thread.h [build] Fix compilation on MSVC (#505) 2018-07-21 12:43:33 +02: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] Don't use std::wstring. 2018-07-19 08:55:34 +02:00
util_env.h [util] Remove getTempDirectory 2018-07-19 08:55:34 +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_math.h [util] Fix includes 2018-05-09 20:37:49 +02:00
util_string.h [build] Fix compilation on MSVC (#505) 2018-07-21 12:43:33 +02:00