summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_screen.c
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2022-07-09 19:58:26 -0700
committerMarge Bot <emma+marge@anholt.net>2022-07-14 03:45:16 +0000
commit8cd391a63e9f524a844f636699a3b3e41cb1e5b4 (patch)
tree2d6c4b0bb191712944a41ec18570a68c907fc5b1 /src/gallium/auxiliary/util/u_screen.c
parent633a469a7a17242e0a06a18717d882481d0a317e (diff)
gallium: Add a new fence type with a pipe cap to indicate it can be imported
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17446>
Diffstat (limited to 'src/gallium/auxiliary/util/u_screen.c')
-rw-r--r--src/gallium/auxiliary/util/u_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c
index a220a633538..ca4d5ef0f38 100644
--- a/src/gallium/auxiliary/util/u_screen.c
+++ b/src/gallium/auxiliary/util/u_screen.c
@@ -494,6 +494,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen,
case PIPE_CAP_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS:
case PIPE_CAP_QUERY_SPARSE_TEXTURE_RESIDENCY:
case PIPE_CAP_CLAMP_SPARSE_TEXTURE_LOD:
+ case PIPE_CAP_TIMELINE_SEMAPHORE_IMPORT:
return 0;
case PIPE_CAP_MAX_CONSTANT_BUFFER_SIZE_UINT: