diff options
Diffstat (limited to 'src/mesa/main/texutil.h')
-rw-r--r-- | src/mesa/main/texutil.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mesa/main/texutil.h b/src/mesa/main/texutil.h index afc6833c449..0e180af2b77 100644 --- a/src/mesa/main/texutil.h +++ b/src/mesa/main/texutil.h @@ -1,4 +1,4 @@ -/* $Id: texutil.h,v 1.1 2000/03/24 20:54:21 brianp Exp $ */ +/* $Id: texutil.h,v 1.2 2000/03/27 18:56:26 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -58,5 +58,13 @@ _mesa_convert_teximage(MesaIntTexFormat dstFormat, const struct gl_pixelstore_attrib *packing); +extern void +_mesa_unconvert_teximage(MesaIntTexFormat srcFormat, + GLint srcWidth, GLint srcHeight, + const GLvoid *srcImage, + GLsizei dstWidth, GLsizei dstHeight, + GLenum dstFormat, GLubyte *dstImage); + + #endif |