From aaf5ad513b790a2d0f97dd757ff69ea78c375529 Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Sun, 15 Nov 2015 21:31:36 +0100 Subject: mesa/teximage: Make _mesa_format_no_online_compression public It will be used by the ARB_internalformat_query2 implementation to check if a certain compressed 'internalformat' is supported by texture 'targets'. Reviewed-by: Dave Airlie --- src/mesa/main/teximage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/teximage.c') diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 3f8e2a6dd4d..63c28d1447d 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -1266,7 +1266,7 @@ compressedteximage_only_format(const struct gl_context *ctx, GLenum format) /** * Return true if the format doesn't support online compression. */ -static bool +bool _mesa_format_no_online_compression(const struct gl_context *ctx, GLenum format) { return _mesa_is_astc_format(format) || -- cgit v1.2.3