llvmpipe: enable A8_UNORM for shader images

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24589>
This commit is contained in:
Mike Blumenkrantz
2023-03-02 07:59:58 -05:00
committed by Marge Bot
parent ba7efa4dfa
commit b60ac8b52a
+1
View File
@@ -728,6 +728,7 @@ lp_storage_image_format_supported(enum pipe_format format)
case PIPE_FORMAT_R16_SNORM:
case PIPE_FORMAT_R8_SNORM:
case PIPE_FORMAT_B8G8R8A8_UNORM:
case PIPE_FORMAT_A8_UNORM:
return true;
default:
return false;