mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
iris: Actually put Mesa in GL_RENDERER string
I constructed the right thing and then returned the other one.
This commit is contained in:
parent
69430d7e59
commit
19b246257d
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ iris_get_name(struct pipe_screen *pscreen)
|
|||
}
|
||||
|
||||
snprintf(buf, sizeof(buf), "Mesa %s", chipset);
|
||||
return chipset;
|
||||
return buf;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue