Skip to content

build_support/build: Add check for supported mesa for sim hardware

clayton craft requested to merge sim_supported_mesa into master

This adds a check for supported Mesa version when testing in simulation. It uses a mapping of Options().hardware-->match string to look for a match in i965_pci_ids.h from the mesa source.

Checking for support for non-simulated platforms is still done by running wflinfo and checking output.

Merge request reports