commit | aa19f80f406760c99e7d1ce6066fede03be5d03c | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Jun 05 16:27:41 2000 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Mon Jun 05 16:27:41 2000 +0000 |
tree | 777e7e02858dec2764fce79fdd7bf7d802efcadc | |
parent | c45e83e78758f9f49524540e96fa4bf5bd5a842d [diff] |
added missing GL_BGRA case
diff --git a/src/glu/mesa/mipmap.c b/src/glu/mesa/mipmap.c index 3c4834c..f1c6d9c 100644 --- a/src/glu/mesa/mipmap.c +++ b/src/glu/mesa/mipmap.c
@@ -1,4 +1,4 @@ -/* $Id: mipmap.c,v 1.5 2000/02/28 14:51:43 brianp Exp $ */ +/* $Id: mipmap.c,v 1.6 2000/06/05 16:27:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -555,6 +555,7 @@ n = 3; break; case GL_RGBA: + case GL_BGRA: #ifdef GL_EXT_abgr case GL_ABGR_EXT: #endif