radv: fix mesh shaders with null winsys

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>
This commit is contained in:
Rhys Perry 2022-11-07 18:01:29 +00:00 committed by Marge Bot
parent f381187b8f
commit e4060752e2

View 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 *