mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 13:20:25 +01:00
radeon: Fix OQ to set ful lstate as dirty too.
This commit is contained in:
parent
9f650e19dd
commit
06bf6628aa
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ static void radeonBeginQuery(GLcontext *ctx, struct gl_query_object *q)
|
|||
radeon->query.current = query;
|
||||
|
||||
radeon->query.queryobj.dirty = GL_TRUE;
|
||||
radeon->hw.is_dirty = GL_TRUE;
|
||||
insert_at_tail(&radeon->query.not_flushed_head, query);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue