diff options
author | Dave Airlie <[email protected]> | 2015-03-09 09:51:27 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-03-09 10:43:27 +1000 |
commit | 7c25a4a84d01557945ff0273fb481c24cf509837 (patch) | |
tree | 699b28fc8ea87839ae7c7d59227bd1b98beddd58 /src/mesa/state_tracker/st_texture.h | |
parent | c5e69409d7f04312b5a928b952b4e97f6b78be1f (diff) |
st/mesa: drop unused texture function
This has no users.
Reviewed-by: Ilia Mirkin <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r-- | src/mesa/state_tracker/st_texture.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h index 3fa55ae38db..d8cd7c7b5c1 100644 --- a/src/mesa/state_tracker/st_texture.h +++ b/src/mesa/state_tracker/st_texture.h @@ -224,16 +224,6 @@ st_texture_image_unmap(struct st_context *st, extern const GLuint * st_texture_depth_offsets(struct pipe_resource *pt, GLuint level); - -/* Upload an image into a texture - */ -extern void -st_texture_image_data(struct st_context *st, - struct pipe_resource *dst, - GLuint face, GLuint level, void *src, - GLuint src_row_pitch, GLuint src_image_pitch); - - /* Copy an image between two textures */ extern void |