summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-22 06:25:23 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-22 06:25:23 +0000
commit2f177e29060ded1edf7434ae5adbec92510c599c (patch)
treef2ba8f8f396004c7cfbfcb37a32d592409e42373 /src/mesa/main/texformat.h
parent7acad72a1acc5f1d44a5301403e58d0d7d40f97d (diff)
Minor updates.
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r--src/mesa/main/texformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h
index 3d15a67e7f..043f08af74 100644
--- a/src/mesa/main/texformat.h
+++ b/src/mesa/main/texformat.h
@@ -1,4 +1,4 @@
-/* $Id: texformat.h,v 1.3 2001/03/22 06:23:56 gareth Exp $ */
+/* $Id: texformat.h,v 1.4 2001/03/22 06:25:23 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -49,7 +49,7 @@ enum _format {
*/
/* msb <------ TEXEL BITS -----------> lsb */
/* ---- ---- ---- ---- ---- ---- ---- ---- */
- MESA_FORMAT_RGBA8888 = 0, /* RRRR RRRR GGGG GGGG BBBB BBBB AAAA AAAA */
+ MESA_FORMAT_RGBA8888, /* RRRR RRRR GGGG GGGG BBBB BBBB AAAA AAAA */
MESA_FORMAT_ARGB8888, /* AAAA AAAA RRRR RRRR GGGG GGGG BBBB BBBB */
MESA_FORMAT_RGB888, /* RRRR RRRR GGGG GGGG BBBB BBBB */
MESA_FORMAT_RGB565, /* RRRR RGGG GGGB BBBB */