summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/target-helpers
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-11-22 10:12:09 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-22 11:17:17 +0000
commit05eed0eca71f8c35f315b3b0d7de30f3ff1878b4 (patch)
tree2c715bcad7bacf7a0c80d252ad6442d6718cd991 /src/gallium/auxiliary/target-helpers
parent86fc97da0627cd4a81c2e190d2e157571eead111 (diff)
downloadexternal_mesa3d-05eed0eca71f8c35f315b3b0d7de30f3ff1878b4.zip
external_mesa3d-05eed0eca71f8c35f315b3b0d7de30f3ff1878b4.tar.gz
external_mesa3d-05eed0eca71f8c35f315b3b0d7de30f3ff1878b4.tar.bz2
virgl: pipe_virgl_create_screen is not static
Cc: mesa-stable@lists.freedesktop.org Fixes: 17d3a5f8579 "target-helpers: add a non-inline drm_helper.h" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93063 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/auxiliary/target-helpers')
-rw-r--r--src/gallium/auxiliary/target-helpers/drm_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/drm_helper.h b/src/gallium/auxiliary/target-helpers/drm_helper.h
index 73a80b6..332b1cb 100644
--- a/src/gallium/auxiliary/target-helpers/drm_helper.h
+++ b/src/gallium/auxiliary/target-helpers/drm_helper.h
@@ -223,7 +223,7 @@ pipe_freedreno_create_screen(int fd)
#include "virgl/drm/virgl_drm_public.h"
#include "virgl/virgl_public.h"
-static struct pipe_screen *
+struct pipe_screen *
pipe_virgl_create_screen(int fd)
{
struct virgl_winsys *vws;