From 4211d2d4618ace01c70b86f69d8d0d297f83d74d Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 21 Jan 2008 20:23:48 -0700 Subject: gallium: move softpipe_get_tex_surface() prototype --- src/mesa/pipe/softpipe/sp_texture.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/mesa/pipe/softpipe/sp_texture.h') diff --git a/src/mesa/pipe/softpipe/sp_texture.h b/src/mesa/pipe/softpipe/sp_texture.h index d142bdddac..0494bf365b 100644 --- a/src/mesa/pipe/softpipe/sp_texture.h +++ b/src/mesa/pipe/softpipe/sp_texture.h @@ -61,7 +61,10 @@ softpipe_texture_create(struct pipe_context *pipe, struct pipe_texture **pt); extern void softpipe_texture_release(struct pipe_context *pipe, struct pipe_texture **pt); - -#endif /* SP_TEXTURE */ +extern struct pipe_surface * +softpipe_get_tex_surface(struct pipe_context *pipe, + struct pipe_texture *pt, + unsigned face, unsigned level, unsigned zslice); +#endif /* SP_TEXTURE */ -- cgit v1.2.3