diff options
author | Brian <[email protected]> | 2007-08-09 22:55:28 +0100 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-09 22:55:28 +0100 |
commit | 2f4f703af1f1d99f84adc9d8db30f3725eacd77f (patch) | |
tree | 35579ac2a034c3db4afd405c9785db198ab1c769 /src/mesa/pipe/softpipe/sp_surface.h | |
parent | ac36cdbcc1ce4d78df50150117b11861c6ea672b (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.h | 4 |
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 837e0c4ba1a..00b5edcd928 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) |