summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-05-12 14:00:36 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-05-12 14:00:36 +0000
commit8813cb56b0e5c61cfcf1a33ed887f46d4f5dbf09 (patch)
treee28cdb25889fa1f16dd30259cc41348841fc77c2 /src/mesa/main/texformat.c
parente61d60eb813ae1891e5c9f65c16f23cc45a48841 (diff)
yank bgr233 texformat. minor comment updates.
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r--src/mesa/main/texformat.c22
1 files changed, 0 insertions, 22 deletions
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 */