Skip to content

mesa/st: simplify st_compressed_format_fallback

Aleksey Komarov requested to merge st-bptc-emulation into st-all-emulation

By looking at the format-layout, we can do switch-cases here instead of serial calls to _mesa_is_format_foo(). This isn't a huge deal yet, but this function is going to learn about a lot more formats soon...

Merge request reports

Loading