Gfxstream: Initial mingw "compilable" Windows version of mesa/gfxstream
Initial "compilable" version of mesa/gfxstream on Windows. For now it is achieved through "#if !DETECT_OS_WINDOWS" directives hence it is NOT functional. The compilation works with mingw only and the compilation is tested in a windows host. This commit is intended to only pass the compilation process without errors. Also created stub code for a future windows implementation. Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32795>
This commit is contained in:
@@ -349,7 +349,7 @@ class IOStream;
|
||||
// required extensions, but the approach will be to
|
||||
// implement them completely on the guest side.
|
||||
#undef VK_KHR_android_surface
|
||||
#if defined(LINUX_GUEST_BUILD) || defined(__Fuchsia__)
|
||||
#if defined(LINUX_GUEST_BUILD) || DETECT_OS_FUCHSIA || DETECT_OS_WINDOWS
|
||||
#undef VK_ANDROID_native_buffer
|
||||
#endif
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user