Skip to content

WIP: add support for EGL_MESA_query_renderer

Firefox requested to have a way to query the device's vendor PCI ID and device PCI ID. A possible way to
do these queries is by implementing EGL_MESA_QUERY_RENDERER as first proposed here

References:

spec

libglvnd ext addition (here)

/cc @rmader @xexaxo @anholt

A different extension EGL_EXT_device_query_pci to solve the same issue has also been proposed here

Merge request reports