From f6bfb62c500c059464e66a4246a2e6089752d3db Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 27 Mar 2013 20:13:13 -0700 Subject: [PATCH] draw/so: Fix bogus assert MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We do support so with multiple primitives. Signed-off-by: Zack Rusin Reviewed-by: José Fonseca --- src/gallium/auxiliary/draw/draw_so_emit_tmp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/auxiliary/draw/draw_so_emit_tmp.h b/src/gallium/auxiliary/draw/draw_so_emit_tmp.h index ec31c3f..4611cd0 100644 --- a/src/gallium/auxiliary/draw/draw_so_emit_tmp.h +++ b/src/gallium/auxiliary/draw/draw_so_emit_tmp.h @@ -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: \ -- 2.7.4