Skip to content

egl: inline fallbacks

Eric Engestrom requested to merge eric/mesa:egl-inline-fallbacks into master

Testing the function pointer is easier than ensuring the fallback function is assigned everywhere, and puts the fallback code next to the normal code path, making the whole thing much easier to follow when reading the code.

Merge request reports