summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_texture.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2008-02-27 08:58:12 -0700
committerBrian <brian@i915.localnet.net>2008-02-27 08:58:12 -0700
commite8c0162fa0c4720aea612a617cbd02b83590763c (patch)
tree716a0336e23e611f30497901d3371a470c916790 /src/gallium/drivers/softpipe/sp_texture.h
parent8d94dabad8400cf65363d107a0605a013b542fd1 (diff)
gallium: softpipe_init_texture_funcs(), make texture func static
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_texture.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_texture.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/gallium/drivers/softpipe/sp_texture.h b/src/gallium/drivers/softpipe/sp_texture.h
index 50fc1004274..01b1e28ec5e 100644
--- a/src/gallium/drivers/softpipe/sp_texture.h
+++ b/src/gallium/drivers/softpipe/sp_texture.h
@@ -54,22 +54,8 @@ softpipe_texture(struct pipe_texture *pt)
}
-
-extern struct pipe_texture *
-softpipe_texture_create(struct pipe_context *pipe,
- const struct pipe_texture *templat);
-
extern void
-softpipe_texture_release(struct pipe_context *pipe, struct pipe_texture **pt);
-
-extern void
-softpipe_texture_update(struct pipe_context *pipe,
- struct pipe_texture *texture);
-
-extern struct pipe_surface *
-softpipe_get_tex_surface(struct pipe_context *pipe,
- struct pipe_texture *pt,
- unsigned face, unsigned level, unsigned zslice);
+softpipe_init_texture_funcs( struct softpipe_context *softpipe );
#endif /* SP_TEXTURE */