dxvk/tests
Jacek Caban 6d16bb4c87 Don't use std::thread.
Wine needs to setup each thread that has an access to Windows APIs. It means that in winelib builds, we can't let standard C++ library create threads and need to use Wine for that instead. I wrote a thin wrapper around Windows thread functions so that the rest of code just has to use new dxvk::thread class instead of std::thread.
2018-07-19 08:55:34 +02:00
..
d3d11 Don't use std::thread. 2018-07-19 08:55:34 +02:00
dxbc [build] Explicitly specify .dll and .exe extensions in winelib build 2018-07-19 08:55:34 +02:00
dxgi [build] Explicitly specify .dll and .exe extensions in winelib build 2018-07-19 08:55:34 +02:00
meson.build [tests] Removed dxvk-triangle test 2018-01-12 13:56:25 +01:00
test_utils.h [tests] Removed dxvk dependency for d3d11 and dxgi tests 2017-12-06 19:06:23 +01:00