From 2f4f703af1f1d99f84adc9d8db30f3725eacd77f Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 9 Aug 2007 22:55:28 +0100 Subject: export softpipe_init_surface_funcs() --- src/mesa/pipe/softpipe/sp_surface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/pipe/softpipe/sp_surface.h') diff --git a/src/mesa/pipe/softpipe/sp_surface.h b/src/mesa/pipe/softpipe/sp_surface.h index 837e0c4ba1..00b5edcd92 100644 --- a/src/mesa/pipe/softpipe/sp_surface.h +++ b/src/mesa/pipe/softpipe/sp_surface.h @@ -93,6 +93,10 @@ softpipe_get_tex_surface(struct pipe_context *pipe, GLuint face, GLuint level, GLuint zslice); +extern void +softpipe_init_surface_funcs(struct softpipe_surface *sps); + + /** Cast wrapper */ static INLINE struct softpipe_surface * softpipe_surface(struct pipe_surface *ps) -- cgit v1.2.3