diff options
author | Brian Paul <[email protected]> | 2010-04-29 15:49:54 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-29 15:50:30 -0600 |
commit | 7c769bef052fc1936d7ab33e291bb4646dc5b0d1 (patch) | |
tree | d1b838d83c4d66694bc414ff6b01b7c3419d70c8 /src/mesa/state_tracker/st_texture.h | |
parent | 421e9aa71c9dc1c1462e55338dc5ceafb773e201 (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.h | 12 |
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 416468478b1..d0298817ded 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 |