v3d: Drop "VC5" from the renderer string.
authorEric Anholt <eric@anholt.net>
Thu, 2 Aug 2018 19:15:20 +0000 (12:15 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 6 Aug 2018 20:03:23 +0000 (13:03 -0700)
VC5 isn't a useful name any more, just stick to v3d.

src/gallium/drivers/v3d/v3d_screen.c

index 2e743851bea62c4d3bb56c814fae92a680164020..26c41544322e84c046309685388024f9865f3cff 100644 (file)
@@ -46,7 +46,7 @@ v3d_screen_get_name(struct pipe_screen *pscreen)
 
         if (!screen->name) {
                 screen->name = ralloc_asprintf(screen,
-                                               "VC5 V3D %d.%d",
+                                               "V3D %d.%d",
                                                screen->devinfo.ver / 10,
                                                screen->devinfo.ver % 10);
         }