diff options
author | Brian Paul <[email protected]> | 2009-10-05 17:48:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-05 17:48:22 -0600 |
commit | 7e7f38a67d82191076b95f6faa0d419df68610da (patch) | |
tree | 49f22321c25f78992524166c955a05dbac5d6ddb /src/mesa/main/formats.h | |
parent | 6ec3db6cab95c1025d4afa0e7951246b5aa51b48 (diff) |
mesa: remove feature tests
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r-- | src/mesa/main/formats.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h index 316ff1a8ec6..7a2a948991d 100644 --- a/src/mesa/main/formats.h +++ b/src/mesa/main/formats.h @@ -79,7 +79,6 @@ typedef enum MESA_FORMAT_S8, /* SSSS SSSS */ /*@}*/ -#if FEATURE_EXT_texture_sRGB /** * \name 8-bit/channel sRGB formats */ @@ -89,29 +88,22 @@ typedef enum MESA_FORMAT_SARGB8, MESA_FORMAT_SL8, MESA_FORMAT_SLA8, -#if FEATURE_texture_s3tc MESA_FORMAT_SRGB_DXT1, MESA_FORMAT_SRGBA_DXT1, MESA_FORMAT_SRGBA_DXT3, MESA_FORMAT_SRGBA_DXT5, -#endif /*@}*/ -#endif /** * \name Compressed texture formats. */ /*@{*/ -#if FEATURE_texture_fxt1 MESA_FORMAT_RGB_FXT1, MESA_FORMAT_RGBA_FXT1, -#endif -#if FEATURE_texture_s3tc MESA_FORMAT_RGB_DXT1, MESA_FORMAT_RGBA_DXT1, MESA_FORMAT_RGBA_DXT3, MESA_FORMAT_RGBA_DXT5, -#endif /*@}*/ /** |