Skip to content

eglinfo: check for GL-version, not symbol

Erik Faye-Lund requested to merge kusma/mesa-demos:eglinfo-version-check into main

We can't just check if the symbol; that might exist even when we can't call the function. We should instead check for the version here.

This aviods error spewing from Mesa when using drivers for older hardware.

Fixes: 2576d9cd ("eglinfo: print OpenGL[ES] extensions")

Merge request reports