projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197c526
)
fixed RGBA/RGB typo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Mar 2001 20:26:37 +0000
(20:26 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Mar 2001 20:26:37 +0000
(20:26 +0000)
src/mesa/main/texformat.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texformat.c
b/src/mesa/main/texformat.c
index
78f0df8
..
d24f683
100644
(file)
--- a/
src/mesa/main/texformat.c
+++ b/
src/mesa/main/texformat.c
@@
-1,4
+1,4
@@
-/* $Id: texformat.c,v 1.
4 2001/03/27 19:18:02 gareth
Exp $ */
+/* $Id: texformat.c,v 1.
5 2001/03/27 20:26:37 brianp
Exp $ */
/*
* Mesa 3-D graphics library
@@
-91,7
+91,7
@@
const struct gl_texture_format _mesa_texformat_rgba = {
};
const struct gl_texture_format _mesa_texformat_rgb = {
- MESA_FORMAT_RGB
A,
/* IntFormat */
+ MESA_FORMAT_RGB
,
/* IntFormat */
GL_RGB, /* BaseFormat */
CHAN_TYPE, /* BaseType */
CHAN_BITS, /* RedBits */