diff --git a/src/gallium/drivers/panfrost/pan_screen.c b/src/gallium/drivers/panfrost/pan_screen.c index a8f16868c34..a023d129c2f 100644 --- a/src/gallium/drivers/panfrost/pan_screen.c +++ b/src/gallium/drivers/panfrost/pan_screen.c @@ -541,9 +541,6 @@ panfrost_is_format_supported( struct pipe_screen *screen, format_desc = util_format_description(format); - if (!format_desc) - return false; - /* MSAA 2x gets rounded up to 4x. MSAA 8x/16x only supported on v5+. * TODO: debug MSAA 8x/16x */