mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 10:00:14 +01:00
iris: Stop chopping off the first nine characters of the renderer string
This commit is contained in:
parent
15341778ba
commit
be49fb051d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ iris_get_name(struct pipe_screen *pscreen)
|
|||
chipset = "Unknown Intel Chipset";
|
||||
break;
|
||||
}
|
||||
return &chipset[9];
|
||||
return chipset;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue