You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Zink (mesa 23.3.1 msvc) under WINE on macOS but I can't get it working. Games crash, display a black screen, or display errors like this:
8.2620s ERROR| Unable to set video mode: SDL_GL_CreateWindow failed: No matching GL pixel format available.
8.2624s ERROR| Video driver does not support OpenGL version 2 or greater; all OpenGL modes are unavailable.
However, if I set GALLIUM_DRIVER to llvmpipe it does work:
However, if I run OpenGLChecker using Zink the following is displayed in the console:
Unable to find a suitable pixel format.
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Apple M3 Max) doesn’t support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
I believe this explains the problem (lack of supported features in MoltenVK) but what are the requirements for Zink and do earlier versions have lighter requirements?
Vulkan is supported under WINE (macOS) using MoltenVK which is an "almost-complete subset of the Vulkan 1.2 API".
Here is the output from vulkaninfo.exe under WINE and MoltenVK: vulkaninfo.txt
Thanks for any help!
The text was updated successfully, but these errors were encountered:
sofakng
changed the title
What is required for Zink driver? (re: not working under WINE)
What is required for Zink driver? (re: not working under WINE and MoltenVK)
Dec 19, 2023
I'm trying to use Zink (mesa 23.3.1 msvc) under WINE on macOS but I can't get it working. Games crash, display a black screen, or display errors like this:
However, if I set GALLIUM_DRIVER to llvmpipe it does work:
However, if I run OpenGLChecker using Zink the following is displayed in the console:
I believe this explains the problem (lack of supported features in MoltenVK) but what are the requirements for Zink and do earlier versions have lighter requirements?
Vulkan is supported under WINE (macOS) using MoltenVK which is an "almost-complete subset of the Vulkan 1.2 API".
Here is the output from vulkaninfo.exe under WINE and MoltenVK:
vulkaninfo.txt
Thanks for any help!
The text was updated successfully, but these errors were encountered: