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_pt.h | |
parent | e897fd6cd35c6b9e398e1903d2e79678fe85708a (diff) |
redo the linear paths
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index 2f96ceaf00d..312fdbe4f40 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -93,10 +93,8 @@ struct draw_pt_middle_end { unsigned draw_count ); void (*run_linear)(struct draw_pt_middle_end *, - unsigned fetch_start, - unsigned fetch_count, - const ushort *draw_elts, - unsigned draw_count); + unsigned start, + unsigned count); void (*finish)( struct draw_pt_middle_end * ); void (*destroy)( struct draw_pt_middle_end * ); |