1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 22:24:13 +01:00
dxvk/src/util
Mikhail Paulyshka 9deb73a2a7 Add support for MSVC, attempt 3 (#130)
* [dxvk] fixes for MSVC

* nullptr -> int is illegal conversion for MSVC. nullptr was replaced with VK_NULL_HANDLE
* MSVC does not support source code strings longer than 65535 chars. String was replaced with array of chars.

* [utils] fixes for MSVC

* __mingw_uuidof() does not exists in MSVC
* apply GCC pragma only for GCC
* added missing header

* [dxbc] fixes for MSVC

*added missing header

* [dxgi] fixes for MSVC

* user __declspec(uuid()) instead of _mingw_uuidof()
* do not use DLLEXPORT macro for MSVC

* [d3d11] fixes for MSVC

* replace WINBOOL with BOOL
* do not declare D3D11 structs for MSVC
* do not use DLLEXPORT macro for MSVC

* [meson] fix build scripts for MSVC

* change cpp version from c++1z to c++latest for MSVC
* set -DOMINMAX definition for MSVC
* disable test and wine_utils for MSVC
* use .def files instead of __declspec(dllexport) for MSVC (bypass 'C2375: redefinition; different linkage' error)
* fix .def files for MinGW
* add --enable-stdcall-fixup linker flag for MinGW
2018-03-06 18:34:34 +01:00
..
com Add support for MSVC, attempt 3 (#130) 2018-03-06 18:34:34 +01:00
log Add support for MSVC, attempt 3 (#130) 2018-03-06 18:34:34 +01:00
rc [dxvk] Implemented more query and query pool methods 2018-02-13 13:43:27 +01:00
sha1 [utils] Added SHA-1 implementation for shader code hashing 2017-12-06 18:13:51 +01:00
meson.build Add support for MSVC, attempt 3 (#130) 2018-03-06 18:34:34 +01:00
util_bit.h [dxbc] Removed most of the DXBC compiler again 2017-11-07 15:10:38 +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] Added getExeName() function 2018-01-16 11:33:34 +01:00
util_env.h [util] Added getExeName() function 2018-01-16 11:33:34 +01:00
util_error.h Initial commit 2017-10-10 23:32:13 +02:00
util_flags.h [dxvk] Added app and device specific options 2018-01-16 13:58:57 +01:00
util_math.h [d3d11] Sub-allocate from larger update buffers for UpdateSubresources 2018-01-23 16:43:55 +01:00
util_string.h [dxbc] Added DXBC to SPIR-V compiler stub 2017-10-16 17:50:09 +02:00