summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-22 06:26:18 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-22 06:26:18 +0000
commitea1bfcc80a524ee2466874081194c1697e1fc936 (patch)
treef95de9c5fd6277783db0cddcd2ba35312a39b335 /src/mesa/main/texformat.h
parent2f177e29060ded1edf7434ae5adbec92510c599c (diff)
Remove formats that no longer exist.
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r--src/mesa/main/texformat.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h
index 043f08af74..6f686265ef 100644
--- a/src/mesa/main/texformat.h
+++ b/src/mesa/main/texformat.h
@@ -1,4 +1,4 @@
-/* $Id: texformat.h,v 1.4 2001/03/22 06:25:23 gareth Exp $ */
+/* $Id: texformat.h,v 1.5 2001/03/22 06:26:18 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -102,10 +102,8 @@ extern const struct gl_texture_format _mesa_texformat_depth_component;
/* The hardware-friendly formats:
*/
extern const struct gl_texture_format _mesa_texformat_rgba8888;
-extern const struct gl_texture_format _mesa_texformat_abgr8888;
extern const struct gl_texture_format _mesa_texformat_argb8888;
extern const struct gl_texture_format _mesa_texformat_rgb888;
-extern const struct gl_texture_format _mesa_texformat_bgr888;
extern const struct gl_texture_format _mesa_texformat_rgb565;
extern const struct gl_texture_format _mesa_texformat_argb4444;
extern const struct gl_texture_format _mesa_texformat_argb1555;