Skip to content

meson-buildtest: detect all valid gallium drivers in mesa source

This modifies the meson buildtest builder to read the meson config and build a list of all gallium drivers supported by the mesa version under test. When new drivers are added, or old drivers are removed from mesa, this will help insure that the buildtest is able to cope with the changes.

Note: This required Python3 (mesonbuild module)

Fixes #34 (closed)

Edited by clayton craft

Merge request reports