ChanServ changed the topic of #zink to: official development channel for the mesa3d zink driver || https://docs.mesa3d.org/drivers/zink.html
kurufu_ has left #zink [#zink]
hikiko has quit [Ping timeout: 480 seconds]
Hazematman has joined #zink
<Hazematman> Hey is there any instructions for running zink with lavapipe? I'm trying to debug this failure but when I run any gl app I get "error: ZINK: failed to choose pdev". I'm setting VK_DRIVER_FILES, LD_LIBRARY_PATH, and MESA_LOADER_DRIVER_OVERRIDE
<fdobridge> <S​id> zink with lavapipe sure is a unique usecase when llvmpipe exists
<tintou> Hazematman: are you using LIBGL_ALWAYS_SOFTWARE=true?
<Hazematman> tintou: No, i'm not. Trying that now and running eglinfo gets me a crash in x11_xlib_display_is_thread_safe
<tintou> Do you intend to use X11 or is EGL_PLATFORM="surfaceless" enough for you?
<Hazematman> No I just want to reproduce the issue in CI
<zmike> LIBGL_ALWAYS_SOFTWARE=true must be set and that's it
<zmike> assuming the icd is found and such
<Hazematman> surfaceless doesn't seem to help with eglinfo something else must be messed up
<Hazematman> zmike: yeah that was all that was needed to get zink to initalize, now its crashing in wsi stuff 🙃
<zmike> perfect
<Hazematman> thanks guys!
<fdobridge> <O​wo> It's useful for testing, I'd imagine. Especially if you need to debug and double check if the Vulkan driver is the issue.
jhli_ has quit [Remote host closed the connection]