diff options
author | Brian Paul <[email protected]> | 2012-12-08 15:19:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-12-14 06:33:08 -0700 |
commit | ccbe7db1e6ab4a731fbd11445c7b5c2aca00fc4e (patch) | |
tree | c2206a32b8f3653a89262cb0cfbf79cf72dbd3f9 /src/mesa/main/texcompress.h | |
parent | ad3e39bb6dcb139c3eb6a460833f30ba0fb3e974 (diff) |
mesa: added _mesa_get_compressed_fetch_func()
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r-- | src/mesa/main/texcompress.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h index 7e3de0e9d5b..b45e7cf1b88 100644 --- a/src/mesa/main/texcompress.h +++ b/src/mesa/main/texcompress.h @@ -56,6 +56,9 @@ typedef void (*compressed_fetch_func)(const GLubyte *map, GLint i, GLint j, GLint k, GLfloat *texel); +extern compressed_fetch_func +_mesa_get_compressed_fetch_func(gl_format format); + extern void _mesa_decompress_image(gl_format format, GLuint width, GLuint height, |