Skip to content

inspector: List all GL extensions

Benjamin Otte requested to merge wip/otte/extensions into main

Instead of checking availability of a few hardcoded extensions, print a full list of extensions.

It's a bit awkward to find the ones the GTK cares about, but it allows quickly checking any extension that might be needed for new features or in applications or GStreamer.

This overlaps somewhat with tools like eglinfo, but eglinfo prints all combinations of X11/Wayland and GL/GLES so it's easy to get confused, while this one prints the actual extensions of the device in use.

Merge request reports

Loading