diff options
author | José Fonseca <[email protected]> | 2010-04-19 18:14:04 +0200 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-19 18:14:04 +0200 |
commit | 2197fac47cb1f87387820678357cc67c9a2536b9 (patch) | |
tree | a23d704cdd4bcc8179a81bf4251b8039d43b4be4 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 857c7c7ca266df4be8d4c725e056f69d4ee96624 (diff) |
draw: Implement index bias.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index c2797a759ee..3e3ea320cc0 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -67,6 +67,7 @@ struct draw_pt_front_end { void (*run)( struct draw_pt_front_end *, pt_elt_func elt_func, const void *elt_ptr, + int elt_bias, unsigned count ); void (*finish)( struct draw_pt_front_end * ); |