From f252f64430ccb957698fcf85e84c9d64008147eb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 19 Jun 2004 17:44:23 +0000 Subject: Big-endian texture fixes from Michel Dänzer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mesa/main/teximage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/teximage.c') diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index aa6494a0c5..d11b6e4609 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -365,6 +365,7 @@ is_color_format(GLenum format) case GL_RGB12: case GL_RGB16: case 4: + case GL_ABGR_EXT: case GL_RGBA: case GL_BGRA: case GL_RGBA2: -- cgit v1.2.3