mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
iris: early return properly
This commit is contained in:
parent
07ff8c752f
commit
d3a5d87219
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ iris_end_query(struct pipe_context *ctx, struct pipe_query *query)
|
|||
if (q->type == PIPE_QUERY_TIMESTAMP) {
|
||||
iris_begin_query(ctx, query);
|
||||
write_availability(ice, q, true);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (q->type == PIPE_QUERY_PRIMITIVES_GENERATED && q->index == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue