iris: Stop chopping off the first nine characters of the renderer string

This commit is contained in:
Kenneth Graunke 2019-02-11 11:05:48 -08:00
parent 15341778ba
commit be49fb051d

View file

@ -86,7 +86,7 @@ iris_get_name(struct pipe_screen *pscreen)
chipset = "Unknown Intel Chipset";
break;
}
return &chipset[9];
return chipset;
}
static int