summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-27 18:57:02 -0600
committerBrian Paul <brianp@vmware.com>2009-09-27 18:57:02 -0600
commita608257a02d2ba4e8119be462bbd40ed238b184a (patch)
treee204e21e3e6160e4507c81269972d81b3f8f9ab3 /src/mesa/main/texcompress_fxt1.c
parente8eed5003b01fe8a4349711382411ac80b1c0aa3 (diff)
downloadexternal_mesa3d-a608257a02d2ba4e8119be462bbd40ed238b184a.zip
external_mesa3d-a608257a02d2ba4e8119be462bbd40ed238b184a.tar.gz
external_mesa3d-a608257a02d2ba4e8119be462bbd40ed238b184a.tar.bz2
mesa: remove unused gl_texture_format fields
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c
index cee1b46..1a103ff 100644
--- a/src/mesa/main/texcompress_fxt1.c
+++ b/src/mesa/main/texcompress_fxt1.c
@@ -239,15 +239,7 @@ const struct gl_texture_format _mesa_texformat_rgb_fxt1 = {
0, /* IndexBits */
0, /* DepthBits */
0, /* StencilBits */
- 0, /* TexelBytes */
- NULL, /* StoreTexImageFunc */
- NULL, /*impossible*/ /* FetchTexel1D */
- NULL, /* FetchTexel2D */
- NULL, /*impossible*/ /* FetchTexel3D */
- NULL, /*impossible*/ /* FetchTexel1Df */
- NULL, /* FetchTexel2Df */
- NULL, /*impossible*/ /* FetchTexel3Df */
- NULL /* StoreTexel */
+ 0 /* TexelBytes */
};
const struct gl_texture_format _mesa_texformat_rgba_fxt1 = {
@@ -263,15 +255,7 @@ const struct gl_texture_format _mesa_texformat_rgba_fxt1 = {
0, /* IndexBits */
0, /* DepthBits */
0, /* StencilBits */
- 0, /* TexelBytes */
- NULL, /* StoreTexImageFunc */
- NULL, /*impossible*/ /* FetchTexel1D */
- NULL, /* FetchTexel2D */
- NULL, /*impossible*/ /* FetchTexel3D */
- NULL, /*impossible*/ /* FetchTexel1Df */
- NULL, /* FetchTexel2Df */
- NULL, /*impossible*/ /* FetchTexel3Df */
- NULL /* StoreTexel */
+ 0 /* TexelBytes */
};