Skip to content

egl/glx: add autoloading for zink

Mike Blumenkrantz requested to merge zmike/mesa:autozink into main

!16168 (merged) attempted to do this, but I was unable to account for forced software fallback at the time, leading to regressions like #7333 (closed)

this attempt improves upon the previous one by rejecting any x11-based driver selection which includes zink if dri3 is not available, thus forcing software fallback as expected

Merge request reports