diff options
author | Brian Paul <[email protected]> | 2009-10-24 16:49:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-24 16:50:00 -0600 |
commit | d6ee86c77a8e1543557fd64c1f1c354baa0a8ad8 (patch) | |
tree | d281f3f9f02a86e91b4ea705a388406fa01b77ef /src/mesa/main/texcompress.h | |
parent | 4c00981b22b28141af1442e5a679d0923b4358ae (diff) |
mesa: remove _mesa_compressed_texture_size()
Use _mesa_format_image_size() instead.
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r-- | src/mesa/main/texcompress.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h index 13af1483942..70247098b2a 100644 --- a/src/mesa/main/texcompress.h +++ b/src/mesa/main/texcompress.h @@ -34,11 +34,6 @@ extern GLuint _mesa_get_compressed_formats(GLcontext *ctx, GLint *formats, GLboolean all); extern GLuint -_mesa_compressed_texture_size( GLcontext *ctx, - GLsizei width, GLsizei height, GLsizei depth, - gl_format mesaFormat ); - -extern GLuint _mesa_compressed_texture_size_glenum(GLcontext *ctx, GLsizei width, GLsizei height, GLsizei depth, GLenum glformat); @@ -64,7 +59,6 @@ _mesa_init_texture_fxt1( GLcontext *ctx ); /* no-op macros */ #define _mesa_get_compressed_formats( c, f ) 0 -#define _mesa_compressed_texture_size( c, w, h, d, f ) 0 #define _mesa_compressed_texture_size_glenum( c, w, h, d, f ) 0 #define _mesa_compressed_row_stride( f, w) 0 #define _mesa_compressed_image_address(c, r, i, f, w, i2 ) 0 |