Skip to content

egl: inline & simplify eglSwapInterval() fallback logic

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

It's literally just a return EGL_TRUE, there's no need to have a function for that.

Once that's inlined, we're left with a 2-level if with one function call and the rest is just hard-coded EGL_TRUE, so simplify that too.

Merge request reports