Skip to content

Some cleanups around util_format_description

The format should always be valid (< PIPE_FORMAT_COUNT) and therefore, we will never have to return NULL. This allows us to get rid of a lot of null checks and asserts.

Merge request reports