mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
v3d: Drop "VC5" from the renderer string.
VC5 isn't a useful name any more, just stick to v3d.
This commit is contained in:
parent
50a8713d4f
commit
5d49076990
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue