diff options
author | Zack Rusin <[email protected]> | 2010-06-15 16:37:32 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2010-06-15 16:37:32 -0400 |
commit | 3560652ccf0d88bcc23c326ea99bbc7091b45f39 (patch) | |
tree | a718f08ab026ce939681d55f36c939762cffc31b /src/gallium/auxiliary/draw/draw_private.h | |
parent | 215e10ac2615359065cc264c68f08f39533bafd4 (diff) |
gs: make sure we end primitives when finishing executing shaders
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index e9c940248e6..4584033bc2b 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -403,9 +403,4 @@ draw_get_rasterizer_no_cull( struct draw_context *draw, boolean flatshade ); -int draw_max_output_vertices(struct draw_context *draw, - unsigned pipe_prim, - unsigned count); - - #endif /* DRAW_PRIVATE_H */ |