panfrost: Advertise PIPE_CAP_INT64
nir_lower_int64 should be able to chew through everything anyway. Fixes compilers.feature_macro (with LLVM 15). Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18656>
This commit is contained in:
committed by
Marge Bot
parent
b27589b5d4
commit
9333428ca2
@@ -172,6 +172,7 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
||||
case PIPE_CAP_IMAGE_LOAD_FORMATTED:
|
||||
case PIPE_CAP_CUBE_MAP_ARRAY:
|
||||
case PIPE_CAP_COMPUTE:
|
||||
case PIPE_CAP_INT64:
|
||||
return 1;
|
||||
|
||||
/* We need this for OES_copy_image, but currently there are some awful
|
||||
|
||||
Reference in New Issue
Block a user