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

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.
This commit is contained in:
Bastien Nocera 2022-12-02 10:25:29 +01:00 committed by Georges Basile Stavracas Neto
parent f3f81d37b2
commit a9ff350dbf

View file

@ -37,6 +37,7 @@ prettify_info (const char *info)
int i;
static const ReplaceStrings rs[] = {
{ "Mesa DRI ", ""},
{ "Mesa Intel", "Intel"},
{ "[(]R[)]", "\302\256"},
{ "[(](tm|TM)[)]", "\342\204\242"},
{ "(ATI|EPYC|AMD FX|Radeon|Ryzen|Threadripper|GeForce RTX) ", "\\1\342\204\242 "},