summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_gs.c
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2010-06-16 14:42:17 -0400
committerZack Rusin <zackr@vmware.com>2010-06-16 14:43:56 -0400
commit287531772ccea82c8a6c4dab5656d751a8943524 (patch)
treef5f0a8bf809e8aa5853d971e0854230e8ddbe695 /src/gallium/auxiliary/draw/draw_gs.c
parent668fa68019ec09fcd0486e612d01d61a0c9a4b2f (diff)
draw: rewrite stream output to handle all the dark corners
register masks, multiple output buffers, multiple primitives, non-linear vertices (elts) and stride semantics.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_gs.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_gs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_gs.c b/src/gallium/auxiliary/draw/draw_gs.c
index c2c08fd442..d6430c699f 100644
--- a/src/gallium/auxiliary/draw/draw_gs.c
+++ b/src/gallium/auxiliary/draw/draw_gs.c
@@ -254,7 +254,6 @@ static void draw_fetch_gs_input(struct draw_geometry_shader *shader,
}
}
-
static void gs_flush(struct draw_geometry_shader *shader,
unsigned input_primitives)
{