radv: Remove redundant format check.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 30 Jul 2018 13:43:19 +0000 (15:43 +0200)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 17 Dec 2018 20:09:38 +0000 (20:09 +0000)
commit9add63a3a5600d96d96640320706dd2491b9bd64
treed398c7096edf8af562e19af887a49294dfe9e263
parent708d8f4d0a557f509435e05696a4096a2900d748
radv: Remove redundant format check.

The switch directly after the check has a default case that returns
NULL too, so the effective return value is not changed. Also this
check is wrong once we start dealing with formats introduced by an
extension (e.g. YUV formats).

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/vk_format_table.py