Skip to content

egl/glx: add fallback for zink loading

Mike Blumenkrantz requested to merge zmike/mesa:kopper-fallback into main

if the driver attemping to load is not zink and not software, then attempt a zink fallback on failure

this conservatively handles the case of "only zink is built", though it is going to be noticeably slower at startup than loading zink directly

Merge request reports