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.
This commit is contained in:
Marek Olšák
2010-12-27 16:15:24 +01:00
parent 689aca7822
commit d9b84017e0

View File

@@ -90,6 +90,7 @@ void r300_upload_user_buffers(struct r300_context *r300)
&vb->buffer_offset, &vb->buffer);
r300->validate_buffers = TRUE;
r300->aos_dirty = TRUE;
}
}
}