zink: make unsupported blit formats an error

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16071>
This commit is contained in:
Mike Blumenkrantz
2022-04-14 08:13:09 -04:00
committed by Marge Bot
parent 3532c374de
commit 710ad9cd6b
+1 -1
View File
@@ -317,7 +317,7 @@ zink_blit(struct pipe_context *pctx,
if (!util_blitter_is_blit_supported(ctx->blitter, info)) {
debug_printf("blit unsupported %s -> %s\n",
mesa_loge("ZINK: blit unsupported %s -> %s",
util_format_short_name(info->src.resource->format),
util_format_short_name(info->dst.resource->format));
goto end;