Skip to content

loader: silence implicit-load zink error by loader

Luc Ma requested to merge lucmann/mesa:silence-implicit-zink-load-error into main

What does this MR do and why?

loader: silence implicit-load zink error by loader

Since commit 7d9ea77b4598 ("glx: add automatic zink fallback loading between hw
and sw drivers"), zink could be tried as a fallback. It'd better silence
if the zink loading is implicit and on fail as what commit 4cc975c6e912 ("glx: silence
more implicit-load zink errors") has done. But there seems to be one
left bebind, which is spit when building swrast but no zink with -Dglx=dri.

Signed-off-by: Luc Ma <luc@sietium.com>
Edited by Luc Ma

Merge request reports