pvr: Cleanup comments in pvr_physical_device_get_supported_*()
authorMatt Coster <matt.coster@imgtec.com>
Mon, 4 Sep 2023 12:55:08 +0000 (13:55 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 6 Sep 2023 13:24:17 +0000 (13:24 +0000)
commit421d8f14793b57cb1fd4b10302a9ae5a684f06a7
tree0b0e6101ee34197d2990fac90bad9307fbfc16c2
parent4f199175c444542904f804333745d7f0943d18ba
pvr: Cleanup comments in pvr_physical_device_get_supported_*()

pvr_physical_device_get_supported_extensions() contained unneeded
/* clang-format off */ guards.

The section comments in pvr_physical_device_get_supported_features()
also now match the pattern in pvr_physical_device_get_properties().

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Vlad Schiller <vlad-radu.schiller@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25033>
src/imagination/vulkan/pvr_device.c