diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:39:12 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:04 +0300 |
commit | ab8d76357fe17b7b380e6f513f3385e2d39ca06d (patch) | |
tree | 859b21a8019a5e61362a2cfcac305e647220430b /src/mesa/main/texcompress_s3tc.c | |
parent | beb293e4cdbdbb012ee866c9548466b24e6b2194 (diff) |
mesa: remove FEATURE_texture_s3tc define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/texcompress_s3tc.c')
-rw-r--r-- | src/mesa/main/texcompress_s3tc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c index b5d7d3b9be9..9c04196e52a 100644 --- a/src/mesa/main/texcompress_s3tc.c +++ b/src/mesa/main/texcompress_s3tc.c @@ -47,9 +47,6 @@ #include "swrast/s_context.h" -#if FEATURE_texture_s3tc - - #if defined(_WIN32) || defined(WIN32) #define DXTN_LIBNAME "dxtn.dll" #define RTLD_LAZY 0 @@ -531,6 +528,3 @@ _mesa_fetch_texel_srgba_dxt5(const struct swrast_texture_image *texImage, texel[ACOMP] = UBYTE_TO_FLOAT(rgba[ACOMP]); } #endif /* FEATURE_EXT_texture_sRGB */ - - -#endif /* FEATURE_texture_s3tc */ |