Skip to content

vulkan: Win32 fixes

James Park requested to merge jpark37/mesa:vulkan-win32 into master

Wrap GCC pragmas with __GNUC__ to fix MSVC warnings.

Replace pthread mutex with mtx_t.

Simplify wsi_common_get_current_time() with os_time_get_nano(), which has a Windows implementation.

Splitting off changes from !6162 (merged).

Merge request reports