iris: Actually put Mesa in GL_RENDERER string

I constructed the right thing and then returned the other one.
This commit is contained in:
Kenneth Graunke 2019-04-24 12:53:30 -07:00
parent 69430d7e59
commit 19b246257d

View file

@ -90,7 +90,7 @@ iris_get_name(struct pipe_screen *pscreen)
}
snprintf(buf, sizeof(buf), "Mesa %s", chipset);
return chipset;
return buf;
}
static int