summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-29 15:49:54 -0600
committerBrian Paul <brianp@vmware.com>2010-04-29 15:50:30 -0600
commit7c769bef052fc1936d7ab33e291bb4646dc5b0d1 (patch)
treed1b838d83c4d66694bc414ff6b01b7c3419d70c8 /src/mesa/state_tracker/st_texture.h
parent421e9aa71c9dc1c1462e55338dc5ceafb773e201 (diff)
st/mesa: remove unused/disabled code
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r--src/mesa/state_tracker/st_texture.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index 416468478b..d0298817de 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -185,18 +185,6 @@ extern const GLuint *
st_texture_depth_offsets(struct pipe_resource *pt, GLuint level);
-/* Return the linear offset of an image relative to the start of its region.
- */
-extern GLuint
-st_texture_image_offset(const struct pipe_resource *pt,
- GLuint face, GLuint level);
-
-extern GLuint
-st_texture_texel_offset(const struct pipe_resource * pt,
- GLuint face, GLuint level,
- GLuint col, GLuint row, GLuint img);
-
-
/* Upload an image into a texture
*/
extern void