hk: drop FSR todo

idk if we'll even do this ext.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31532>
This commit is contained in:
Alyssa Rosenzweig 2024-10-02 20:15:05 -04:00 committed by Marge Bot
parent 423318b7b2
commit 870dbfae12

View file

@ -858,7 +858,7 @@ hk_get_device_properties(const struct agx_device *dev,
/* VK_KHR_maintenance6 */
.blockTexelViewCompatibleMultipleLayers = false,
.maxCombinedImageSamplerDescriptorCount = 3,
.fragmentShadingRateClampCombinerInputs = false, /* TODO */
.fragmentShadingRateClampCombinerInputs = false,
/* VK_EXT_map_memory_placed */
.minPlacedMemoryMapAlignment = os_page_size,