nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / main / texformat.h
index 88ad4d1a7e6fd919524397764811c5a6713dc333..ed965f84f1d1616722214874c651fc9bb2fbe451 100644 (file)
 
 struct gl_context;
 
-extern gl_format
+extern mesa_format
 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
                         GLint internalFormat, GLenum format, GLenum type);
 
-extern GLboolean
-_mesa_tex_target_is_array(GLenum target);
-
 #endif