iris: Fix primitive generated query active flag
This commit is contained in:
@@ -543,7 +543,7 @@ iris_end_query(struct pipe_context *ctx, struct pipe_query *query)
|
||||
}
|
||||
|
||||
if (q->type == PIPE_QUERY_PRIMITIVES_GENERATED && q->index == 0) {
|
||||
ice->state.prims_generated_query_active = true;
|
||||
ice->state.prims_generated_query_active = false;
|
||||
ice->state.dirty |= IRIS_DIRTY_STREAMOUT | IRIS_DIRTY_CLIP;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user