summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-07-12 11:57:13 -0700
committerEric Anholt <[email protected]>2016-07-20 16:15:15 -0700
commitd2b4b16589b1206b20aea638f8b0c7cf740b3a4f (patch)
tree3eadbfc2f6179704c4fe18c32dd3e7b26c67eaf1 /src/gallium/drivers/vc4/vc4_screen.h
parentd81934cded89b20cf305e5afb5c2de9b22d02904 (diff)
vc4: Return V3D version details in the GL renderer info.
This is as close as we get to a name for the 3D blocks.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h
index 9bd2765031c..345b73ac1d8 100644
--- a/src/gallium/drivers/vc4/vc4_screen.h
+++ b/src/gallium/drivers/vc4/vc4_screen.h
@@ -52,6 +52,8 @@ struct vc4_screen {
int v3d_ver;
+ const char *name;
+
void *simulator_mem_base;
uint32_t simulator_mem_size;