radv: fix mesh shaders with null winsys
authorRhys Perry <pendingchaos02@gmail.com>
Mon, 7 Nov 2022 18:01:29 +0000 (18:01 +0000)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 20:56:52 +0000 (20:56 +0000)
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19597>

src/amd/vulkan/winsys/null/radv_null_winsys.c

index e54523d..a0e54c8 100644 (file)
@@ -158,6 +158,7 @@ radv_null_winsys_query_info(struct radeon_winsys *rws, struct radeon_info *info)
       (info->family == CHIP_STONEY || info->family == CHIP_VEGA12 || info->family == CHIP_RAVEN ||
        info->family == CHIP_RAVEN2 || info->family == CHIP_RENOIR || info->gfx_level >= GFX10_3);
 
+   info->has_scheduled_fence_dependency = true;
 }
 
 static const char *