summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_surface.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-09 22:55:28 +0100
committerBrian <brian.paul@tungstengraphics.com>2007-08-09 22:55:28 +0100
commit2f4f703af1f1d99f84adc9d8db30f3725eacd77f (patch)
tree35579ac2a034c3db4afd405c9785db198ab1c769 /src/mesa/pipe/softpipe/sp_surface.h
parentac36cdbcc1ce4d78df50150117b11861c6ea672b (diff)
export softpipe_init_surface_funcs()
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_surface.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_surface.h4
1 files changed, 4 insertions, 0 deletions
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)