diff options
author | Zack Rusin <[email protected]> | 2008-05-06 18:59:45 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-05-08 15:26:26 -0400 |
commit | fe586f8612dd517b9a1f0d87fbaf3a75e3caf588 (patch) | |
tree | 3a19e7cf2fc4699b211de7091e82ddcbff37ac8c /src/gallium/auxiliary/draw/draw_private.h | |
parent | e897fd6cd35c6b9e398e1903d2e79678fe85708a (diff) |
redo the linear paths
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index cee58bbf73e..e036d498b87 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -247,6 +247,12 @@ void draw_pipeline_run( struct draw_context *draw, const ushort *elts, unsigned count ); +void draw_pipeline_run_linear( struct draw_context *draw, + unsigned prim, + struct vertex_header *vertices, + unsigned count, + unsigned stride ); + void draw_pipeline_flush( struct draw_context *draw, |