diff options
author | Brian Paul <[email protected]> | 2004-05-12 14:00:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-12 14:00:36 +0000 |
commit | 8813cb56b0e5c61cfcf1a33ed887f46d4f5dbf09 (patch) | |
tree | e28cdb25889fa1f16dd30259cc41348841fc77c2 /src/mesa/main/texformat.c | |
parent | e61d60eb813ae1891e5c9f65c16f23cc45a48841 (diff) |
yank bgr233 texformat. minor comment updates.
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r-- | src/mesa/main/texformat.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 00e15b906ef..01aec5a5bb6 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 */ |