diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:38:11 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:02 +0300 |
commit | beb293e4cdbdbb012ee866c9548466b24e6b2194 (patch) | |
tree | c54f874ab32c7afc6474a0b152ca1bc5b1a257c9 /src/mesa/main/texcompress_fxt1.h | |
parent | d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (diff) |
mesa: remove FEATURE_texture_fxt1 define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.h')
-rw-r--r-- | src/mesa/main/texcompress_fxt1.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h index bd84082e9ed..2a8b8d6538c 100644 --- a/src/mesa/main/texcompress_fxt1.h +++ b/src/mesa/main/texcompress_fxt1.h @@ -31,8 +31,6 @@ struct swrast_texture_image; -#if FEATURE_texture_fxt1 - extern GLboolean _mesa_texstore_rgb_fxt1(TEXSTORE_PARAMS); @@ -47,16 +45,4 @@ extern void _mesa_fetch_texel_2d_f_rgb_fxt1(const struct swrast_texture_image *texImage, GLint i, GLint j, GLint k, GLfloat *texel); -#else /* FEATURE_texture_fxt1 */ - -/* these are used only in texstore_funcs[] */ -#define _mesa_texstore_rgb_fxt1 NULL -#define _mesa_texstore_rgba_fxt1 NULL - -/* these are used only in texfetch_funcs[] */ -#define _mesa_fetch_texel_2d_f_rgba_fxt1 NULL -#define _mesa_fetch_texel_2d_f_rgb_fxt1 NULL - -#endif /* FEATURE_texture_fxt1 */ - #endif /* TEXCOMPRESS_FXT1_H */ |