i965: Stop passing num_samples to intel_miptree_alloc_hiz().
[mesa.git] / src / mesa / drivers / dri / intel / intel_pixel.h
index aef0e609da6b7d7d6b827e9469a60b18ace85248..7578e6f0addcf943930e04846f17ecc5c3313e8b 100644 (file)
 #include "main/mtypes.h"
 
 void intelInitPixelFuncs(struct dd_function_table *functions);
-GLboolean intel_check_blit_fragment_ops(struct gl_context * ctx,
-                                       GLboolean src_alpha_is_one);
-
-GLboolean intel_check_blit_format(struct intel_region *region,
-                                  GLenum format, GLenum type);
-
+bool intel_check_blit_fragment_ops(struct gl_context * ctx,
+                                       bool src_alpha_is_one);
 
 void intelReadPixels(struct gl_context * ctx,
                      GLint x, GLint y,