summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-09 14:48:21 -0600
committerBrian Paul <brianp@vmware.com>2009-04-09 15:02:47 -0600
commitf12201567463c7aeb9b76c32f000d577a82e7f92 (patch)
tree03ef21a3adc29833e6c811824d9178a9007493be /src/mesa/state_tracker/st_texture.h
parent1ad2484f03cbe9ae6bd4ebe50d6894e570d65952 (diff)
st: remove comp_byte parameter to st_texture_create()
We can determine if the texture is compressed by checking the format.
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r--src/mesa/state_tracker/st_texture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index 28c2f580f6..60c000115e 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -108,7 +108,6 @@ st_texture_create(struct st_context *st,
GLuint width0,
GLuint height0,
GLuint depth0,
- GLuint compress_byte,
GLuint tex_usage );