Re: [Mesa-dev] building Zink

2021-02-05 Thread Iago Toral
Also, at runtime, you need to export this environment variable: MESA_LOADER_DRIVER_OVERRIDE=zink which will make sure Mesa selects zink instead of any other GL driver available. Iago On Fri, 2021-02-05 at 11:29 +0200, Lionel Landwerlin wrote: > I'm using these meson options : > > > >

Re: [Mesa-dev] building Zink

2021-02-05 Thread Lionel Landwerlin
I'm using these meson options : -Dgles2=true -Ddri-drivers= -Dglx=dri -Dplatforms=x11,wayland -Dgallium-drivers=zink -Dvulkan-drivers=intel -Dgallium-vdpau=false -Dglvnd=true -Lionel On 04/02/2021 19:10, Mark Segal wrote: I'm interested in using Zink to run an OpenGL app on Vulkan. I'm