From 0470a59df89ab453bdbe0fc2f820278cfffdc61c Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 20 Sep 2011 08:40:57 +0200 Subject: libX11 libxtrans mesa git update 20 sep 2011 --- mesalib/src/mesa/main/texpal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mesalib/src/mesa/main/texpal.h') diff --git a/mesalib/src/mesa/main/texpal.h b/mesalib/src/mesa/main/texpal.h index eeff5a9e2..acfaa313e 100644 --- a/mesalib/src/mesa/main/texpal.h +++ b/mesalib/src/mesa/main/texpal.h @@ -34,5 +34,12 @@ _mesa_cpal_compressed_teximage2d(GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei imageSize, const void *palette); +extern unsigned +_mesa_cpal_compressed_size(int level, GLenum internalFormat, + unsigned width, unsigned height); + +extern void +_mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format, + GLenum *type); #endif /* TEXPAL_H */ -- cgit v1.2.3