From 2f177e29060ded1edf7434ae5adbec92510c599c Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Thu, 22 Mar 2001 06:25:23 +0000 Subject: Minor updates. --- src/mesa/main/texformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3