diff options
author | Brian Paul <[email protected]> | 2009-04-09 14:48:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-09 15:02:47 -0600 |
commit | f12201567463c7aeb9b76c32f000d577a82e7f92 (patch) | |
tree | 03ef21a3adc29833e6c811824d9178a9007493be /src/mesa/state_tracker/st_texture.h | |
parent | 1ad2484f03cbe9ae6bd4ebe50d6894e570d65952 (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.h | 1 |
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 28c2f580f68..60c000115e8 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 ); |