ChanServ changed the topic of #zink to: official development channel for the mesa3d zink driver || https://docs.mesa3d.org/drivers/zink.html
LexSfX has quit [Remote host closed the connection]
LexSfX has joined #zink
<daniels> alternately just don’t expose dma_buf_export because that extension sucks
<zmike> let's not be hasty
Soroush has quit [Read error: No route to host]
Soroush has joined #zink
cheako has quit [Quit: Connection closed for inactivity]
cheako has joined #zink
xroumegue has quit [Ping timeout: 480 seconds]
xroumegue has joined #zink
<ajax> ngh
<ajax> i'm running with the always-thread-safe libX11 and glmark still has disconnects
<ajax> if i break _XDefaultIOError in gdb, the disconnects go away
<ajax> obviously the solution is to replace the exit(1) at the bottom of that exit handler with pause() so i can attach gdb after the fact
<ajax> (pilot error)
<ajax> i am having some difficulty getting zink to work on my coffeelake now though
<ajax> DRI_PRIME and MESA_VK_DEVICE_SELECT don't seem to be enough to make me pick anv over radv
<zmike> use VK_ICD_FILENAMES
<zmike> zink behaves like a normal vulkan app now, so all the normal vulkan env vars work
<ajax> 'meson devenv' sets it for me, to point to all the drivers i've built.
<zmike> you don't want all the drivers though
<zmike> you just want the one driver that you want
<ajax> what this really means is i need to extend my wrapper script to take an argument before the command to exec to name the config to use