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:
parent
f3f81d37b2
commit
a9ff350dbf
1 changed files with 1 additions and 0 deletions
|
@ -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 "},
|
||||
|
|
Loading…
Add table
Reference in a new issue