summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@linux.intel.com>2012-09-11 09:38:11 +0300
committerOliver McFadden <oliver.mcfadden@linux.intel.com>2012-09-15 12:57:02 +0300
commitbeb293e4cdbdbb012ee866c9548466b24e6b2194 (patch)
treec54f874ab32c7afc6474a0b152ca1bc5b1a257c9 /src/mesa/main/texcompress_fxt1.c
parentd4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (diff)
downloadexternal_mesa3d-beb293e4cdbdbb012ee866c9548466b24e6b2194.zip
external_mesa3d-beb293e4cdbdbb012ee866c9548466b24e6b2194.tar.gz
external_mesa3d-beb293e4cdbdbb012ee866c9548466b24e6b2194.tar.bz2
mesa: remove FEATURE_texture_fxt1 define.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c
index 3fc7dab..eeed788 100644
--- a/src/mesa/main/texcompress_fxt1.c
+++ b/src/mesa/main/texcompress_fxt1.c
@@ -42,9 +42,6 @@
#include "swrast/s_context.h"
-#if FEATURE_texture_fxt1
-
-
static void
fxt1_encode (GLuint width, GLuint height, GLint comps,
const void *source, GLint srcRowStride,
@@ -1646,6 +1643,3 @@ fxt1_decode_1 (const void *texture, GLint stride, /* in pixels */
decode_1[mode](code, t, rgba);
}
-
-
-#endif /* FEATURE_texture_fxt1 */