projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a8713
)
v3d: Drop "VC5" from the renderer string.
author
Eric Anholt
<eric@anholt.net>
Thu, 2 Aug 2018 19:15:20 +0000
(12:15 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/v3d/v3d_screen.c
b/src/gallium/drivers/v3d/v3d_screen.c
index 2e743851bea62c4d3bb56c814fae92a680164020..26c41544322e84c046309685388024f9865f3cff 100644
(file)
--- 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,
- "V
C5 V
3D %d.%d",
+ "V3D %d.%d",
screen->devinfo.ver / 10,
screen->devinfo.ver % 10);
}