panfrost: Remove format desc null check

Signed-off-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17490>
This commit is contained in:
Konstantin Seurer 2022-07-12 15:12:43 +02:00 committed by Marge Bot
parent 0dbec9c059
commit b07b359428
1 changed files with 0 additions and 3 deletions

View File

@ -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 */