sna/gen4+: Drop new assertion that we only finish a vbo after use in this batch
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Dec 2013 16:49:02 +0000 (16:49 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Dec 2013 16:49:02 +0000 (16:49 +0000)
commitf350a1369b3bd39ba0db8639f036864fe5df2f98
tree9588fc1ca30ebac366b931ce3ee7ed46b60b4b5c
parent7c62925ba7f18f55ee34b946bddba84a07b83985
sna/gen4+: Drop new assertion that we only finish a vbo after use in this batch

A full vbo might not be discarded and so upon first use in the following
batch we decided to finish the old vbo and allocate a new. This can
happen before we even emit any relocations and so the assert is bogus.

Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/gen4_vertex.c
src/sna/gen8_vertex.c