mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965: Undo 'continuation of vb packets'
This breaks nexuiz for unknown reason; disable until a true fix can be found.
This commit is contained in:
parent
69b3f24658
commit
9fa380ccdc
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ static void brw_prepare_vertices(struct brw_context *brw)
|
|||
}
|
||||
|
||||
/* can we simply extend the current vb? */
|
||||
if (j == brw->vb.nr_current_buffers) {
|
||||
if (0 && j == brw->vb.nr_current_buffers) {
|
||||
int delta = 0;
|
||||
for (i = 0; i < j; i++) {
|
||||
int d;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue