iris: Actually put Mesa in GL_RENDERER string
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 24 Apr 2019 19:53:30 +0000 (12:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 24 Apr 2019 19:54:27 +0000 (12:54 -0700)
I constructed the right thing and then returned the other one.

src/gallium/drivers/iris/iris_screen.c

index 0dda0da..4318dd0 100644 (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