Skip to content

info-overview: Remove "Mesa" prefix for Intel Iris driver

Bastien Nocera requested to merge wip/hadess/mesa-cleanup into main

Remove "Mesa" from the start of the device name, it's data about the driver which isn't relevant to us. It's always added before the name of the device in src/gallium/drivers/iris/iris_screen.c in mesa.

Before

After

Merge request reports