projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c45e83e
)
added missing GL_BGRA case
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 5 Jun 2000 16:27:41 +0000
(16:27 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 5 Jun 2000 16:27:41 +0000
(16:27 +0000)
src/glu/mesa/mipmap.c
patch
|
blob
|
history
diff --git
a/src/glu/mesa/mipmap.c
b/src/glu/mesa/mipmap.c
index 3c4834cff7b5bd6e2faa58351c83cba7e064d1a9..f1c6d9ce761d2e1ea450ba9a3232d6513a11ab18 100644
(file)
--- 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
@@
static GLint bytes_per_pixel( GLenum format, GLenum type )
n = 3;
break;
case GL_RGBA:
+ case GL_BGRA:
#ifdef GL_EXT_abgr
case GL_ABGR_EXT:
#endif