summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/xlib/xlib.h')
-rw-r--r--src/gallium/winsys/xlib/xlib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/xlib.h b/src/gallium/winsys/xlib/xlib.h
index 8e091d0c08..7f9f910b88 100644
--- a/src/gallium/winsys/xlib/xlib.h
+++ b/src/gallium/winsys/xlib/xlib.h
@@ -9,5 +9,12 @@ extern struct xm_driver xlib_softpipe_driver;
extern struct xm_driver xlib_llvmpipe_driver;
extern struct xm_driver xlib_cell_driver;
+/* Internal:
+ */
+struct sw_winsys;
+struct sw_displaytarget;
+struct sw_winsys *xlib_create_sw_winsys( void );
+void xlib_sw_display(struct xmesa_buffer *xm_buffer,
+ struct sw_displaytarget *dt);
#endif