Skip to content

util: Add util_format_get_array.

Timur Kristóf requested to merge Venemo/mesa:u_format_get_array into main

This is a poor man's version of MESA_ARRAY_FORMAT. Implemented based on a gigantic switch-case with some help from the C preprocessor. Thank you, preprocessor!

This is needed by MR !16805 (merged)

Merge request reports