egl: add automatic zink fallback loading between hw and sw drivers
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 9 Oct 2023 19:02:13 +0000 (15:02 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 19 Oct 2023 17:41:42 +0000 (17:41 +0000)
commit8cd44b8843877a2f7d559d123eb3694841f16fdc
tree621f790899158671cfc2d4e5070f6bbca22e0714
parentcedb534a1763b6bd3c733d439e5d145ae6f1270e
egl: add automatic zink fallback loading between hw and sw drivers

if loading the default hardware driver fails, implicitly loading zink
should now be preferable to hitting the software fallback now that zink
has all the same capabilities

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25640>
src/egl/main/eglapi.c