summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/egl_pipe.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-10 00:00:06 +0100
committerEmil Velikov <[email protected]>2014-06-30 22:27:12 +0100
commitce1a1372280d737a1b85279995529206586ae480 (patch)
tree3a3700c7727fa2a33980d456968b35816f63f24d /src/gallium/targets/egl-static/egl_pipe.h
parent7689aa28cdb18844f093942f084fddc91d25bc1e (diff)
targets/egl-static: use inline_drm_helper and Automake.inc helpers
Update all three build systems, and add freedreno to the android build. Pending future work on the ST we can convert egl-static to provide either static or dynamic access to the pipe-drivers. There is no functional change with this patch. v2: Don't add freedreno to android build, drop the wrapper winsys. Cc: Chia-I Wu <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/egl-static/egl_pipe.h')
-rw-r--r--src/gallium/targets/egl-static/egl_pipe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/targets/egl-static/egl_pipe.h b/src/gallium/targets/egl-static/egl_pipe.h
index 65d25ba5462..15cc1c17c6e 100644
--- a/src/gallium/targets/egl-static/egl_pipe.h
+++ b/src/gallium/targets/egl-static/egl_pipe.h
@@ -31,9 +31,6 @@ struct pipe_screen;
struct sw_winsys;
struct pipe_screen *
-egl_pipe_create_drm_screen(const char *name, int fd);
-
-struct pipe_screen *
egl_pipe_create_swrast_screen(struct sw_winsys *ws);
#endif /* _EGL_PIPE_H_ */