mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
r300g: mark vertex arrays as dirty after a buffer_offset change
We shouldn't hit this bug in theory.
NOTE: This is a candidate for the 7.10 branch.
(cherry picked from commit d9b84017e0)
This commit is contained in:
parent
1e58915062
commit
7e3c1f221a
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ int r300_upload_user_buffers(struct r300_context *r300)
|
|||
vb->buffer = upload_buffer;
|
||||
vb->buffer_offset = upload_offset;
|
||||
r300->validate_buffers = TRUE;
|
||||
r300->aos_dirty = TRUE;
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue