Mesa (master): v3d: Drop "VC5" from the renderer string.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 6 20:07:12 UTC 2018


Module: Mesa
Branch: master
Commit: 5d49076990f6c34fe9134d879e69af5871818b3b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d49076990f6c34fe9134d879e69af5871818b3b

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Aug  2 12:15:20 2018 -0700

v3d: Drop "VC5" from the renderer string.

VC5 isn't a useful name any more, just stick to v3d.

---

 src/gallium/drivers/v3d/v3d_screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/v3d/v3d_screen.c b/src/gallium/drivers/v3d/v3d_screen.c
index 2e743851be..26c4154432 100644
--- a/src/gallium/drivers/v3d/v3d_screen.c
+++ b/src/gallium/drivers/v3d/v3d_screen.c
@@ -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);
         }




More information about the mesa-commit mailing list