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 0dda0da6d463a3bfebb1961c2a505ee8904d830b..4318dd03083cb1c31dbe1e01d3c11de1fd3c6943 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