Skip to content

Add driver_zink as a dependency of the wgl frontend

xperia64 requested to merge xperia64/mesa:wgl_dep_zink into main

After the recent wgl kopper merge, I discovered that GALLIUM_ZINK isn't actually pulled as a define in stw_st.c as driver_zink was not declared as a dependency.

This resulted in the display surface never being created among other things.

With this change, I am able to run and display OpenGL programs with zink on Windows.

Merge request reports