mesa: better debug messages in _mesa_test_texobj_completeness()
[mesa.git] / src / mesa / main / texcompress_fxt1.h
index 38048b26ccb4fe46c65012ae22347b4d665d707d..bd84082e9ed3ea2b5eca208d94d680025cd39e8b 100644 (file)
 #define TEXCOMPRESS_FXT1_H
 
 #include "glheader.h"
+#include "mfeatures.h"
 #include "texstore.h"
 
-struct gl_texture_image;
+struct swrast_texture_image;
 
 #if FEATURE_texture_fxt1
 
@@ -39,11 +40,11 @@ extern GLboolean
 _mesa_texstore_rgba_fxt1(TEXSTORE_PARAMS);
 
 extern void
-_mesa_fetch_texel_2d_f_rgba_fxt1(const struct gl_texture_image *texImage,
+_mesa_fetch_texel_2d_f_rgba_fxt1(const struct swrast_texture_image *texImage,
                                  GLint i, GLint j, GLint k, GLfloat *texel);
 
 extern void
-_mesa_fetch_texel_2d_f_rgb_fxt1(const struct gl_texture_image *texImage,
+_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 */