summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-04 16:23:05 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-04 16:23:05 +0000
commit23e951d0da5802fec70996e46ad6f0abc411594c (patch)
treeaeb9290749f4255ede5ca93bc19e6a82522ee0e3 /src/gallium/drivers/llvmpipe/lp_screen.h
parent94ce4eb3c27706d992226d847d123c46b14b1c4f (diff)
gallium: fix llvmpipe after winsys move
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_screen.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.h b/src/gallium/drivers/llvmpipe/lp_screen.h
index 3211822b53..0c86283605 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.h
+++ b/src/gallium/drivers/llvmpipe/lp_screen.h
@@ -76,4 +76,7 @@ llvmpipe_screen( struct pipe_screen *pipe )
}
+struct pipe_screen *
+llvmpipe_create_screen(struct sw_winsys *winsys);
+
#endif /* LP_SCREEN_H */