diff options
author | Zack Rusin <[email protected]> | 2013-03-27 20:13:13 -0700 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2013-04-03 10:16:25 -0700 |
commit | f6bfb62c500c059464e66a4246a2e6089752d3db (patch) | |
tree | d71b6a95d30ecb7923f43b02db35a4170216dc40 /src/gallium | |
parent | e6fc63535176f01606048b441f2c411c4906c424 (diff) |
draw/so: Fix bogus assert
We do support so with multiple primitives.
Signed-off-by: Zack Rusin <[email protected]>
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_so_emit_tmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_so_emit_tmp.h b/src/gallium/auxiliary/draw/draw_so_emit_tmp.h index ec31c3ff32f..4611cd00426 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: \ |