mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
radeonsi: fix build because of lack of draw_indirect infrastructure in 10.2
This commit is contained in:
parent
490d8ddf87
commit
f75dfcee10
1 changed files with 1 additions and 2 deletions
|
|
@ -433,8 +433,7 @@ static bool si_update_draw_info_state(struct si_context *sctx,
|
|||
* We don't know that for indirect drawing, so treat it as
|
||||
* always problematic. */
|
||||
if (sctx->b.family == CHIP_HAWAII &&
|
||||
(info->indirect ||
|
||||
(info->instance_count > 1 &&
|
||||
((info->instance_count > 1 &&
|
||||
u_prims_for_vertices(info->mode, info->count) < primgroup_size))) {
|
||||
wd_switch_on_eop = true;
|
||||
ia_switch_on_eop = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue