nine: set view_mask=0

nine doesn't use viewids, and this breaks drivers that support it

cc: mesa-stable

Reviewed-by: Axel Davy <davyaxel0@gmail.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17792>
This commit is contained in:
Mike Blumenkrantz 2022-07-28 09:59:53 -04:00 committed by Marge Bot
parent 079857720b
commit e5c50ed2d4
1 changed files with 1 additions and 0 deletions

View File

@ -2372,6 +2372,7 @@ init_draw_info(struct pipe_draw_info *info,
info->increment_draw_id = FALSE;
info->was_line_loop = FALSE;
info->restart_index = 0;
info->view_mask = 0;
}
CSMT_ITEM_NO_WAIT(nine_context_draw_primitive,