mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 10:00:22 +01:00
draw/so: Fix bogus assert
We do support so with multiple primitives. Signed-off-by: Zack Rusin <zackr@vmware.com> Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
e6fc635351
commit
f6bfb62c50
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
const boolean quads_flatshade_last = FALSE; \
|
||||
const boolean last_vertex_last = TRUE; \
|
||||
do { \
|
||||
debug_assert(input_prims->primitive_count == 1); \
|
||||
switch (prim) { \
|
||||
case PIPE_PRIM_LINES_ADJACENCY: \
|
||||
case PIPE_PRIM_LINE_STRIP_ADJACENCY: \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue