Skip to content

egl: drop a couple of indentation levels in `_eglFindDisplay()` by replacing `break`/`if` with a `goto` and inverting an `if`

Eric Engestrom requested to merge eric/mesa:egl-simplify-_eglFindDisplay into master

Merge request reports