swrast: Print out format on unexpected failure in _swrast_DrawPixels.
[mesa.git] / src / mesa / swrast / s_texfilter.h
index 2e265d685c5774ec3f2c32ea2dd6a6be660a3dd4..34520f229482794cd6b0d23ae2a3135d09f0a038 100644 (file)
 #define S_TEXFILTER_H
 
 
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_context.h"
 
 
 extern texture_sample_func
-_swrast_choose_texture_sample_func( GLcontext *ctx,
+_swrast_choose_texture_sample_func( struct gl_context *ctx,
                                    const struct gl_texture_object *tObj );