hk: enable another format

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35189>
This commit is contained in:
Alyssa Rosenzweig
2025-05-30 08:37:33 -04:00
committed by Marge Bot
parent df6c52ff2a
commit dffee5abc8
-1
View File
@@ -44,7 +44,6 @@ hk_get_image_plane_format_features(struct hk_physical_device *pdev,
* TODO: Investigate later if we have a use case.
*/
switch (vk_format) {
case VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR:
case VK_FORMAT_A8_UNORM_KHR:
return 0;
default: