replace _mesa_logbase2 with util_logbase2
[mesa.git] / src / mesa / state_tracker / st_texture.h
index 1fc36631c2ebc4187bd084eed57bd6566034c5fd..7948daa65421417fbada908a68c0287eb354f60e 100644 (file)
@@ -322,6 +322,9 @@ st_destroy_bound_texture_handles(struct st_context *st);
 void
 st_destroy_bound_image_handles(struct st_context *st);
 
+bool
+st_astc_format_fallback(const struct st_context *st, mesa_format format);
+
 bool
 st_compressed_format_fallback(struct st_context *st, mesa_format format);