From 8813cb56b0e5c61cfcf1a33ed887f46d4f5dbf09 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 12 May 2004 14:00:36 +0000 Subject: yank bgr233 texformat. minor comment updates. --- src/mesa/main/texformat.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/mesa/main/texformat.c') diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 00e15b906e..01aec5a5bb 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -863,28 +863,6 @@ const struct gl_texture_format _mesa_texformat_rgb332 = { fetch_texel_3d_f_rgb332, /* FetchTexel3Df */ }; -const struct gl_texture_format _mesa_texformat_bgr233 = { - MESA_FORMAT_BGR233, /* MesaFormat */ - GL_RGB, /* BaseFormat */ - GL_UNSIGNED_NORMALIZED_ARB, /* DataType */ - 3, /* RedBits */ - 3, /* GreenBits */ - 2, /* BlueBits */ - 0, /* AlphaBits */ - 0, /* LuminanceBits */ - 0, /* IntensityBits */ - 0, /* IndexBits */ - 0, /* DepthBits */ - 1, /* TexelBytes */ - _mesa_texstore_bgr233, /* StoreTexImageFunc */ - fetch_texel_1d_bgr233, /* FetchTexel1D */ - fetch_texel_2d_bgr233, /* FetchTexel2D */ - fetch_texel_3d_bgr233, /* FetchTexel3D */ - fetch_texel_1d_f_bgr233, /* FetchTexel1Df */ - fetch_texel_2d_f_bgr233, /* FetchTexel2Df */ - fetch_texel_3d_f_bgr233, /* FetchTexel3Df */ -}; - const struct gl_texture_format _mesa_texformat_a8 = { MESA_FORMAT_A8, /* MesaFormat */ GL_ALPHA, /* BaseFormat */ -- cgit v1.2.3