diff options
author | Brian <[email protected]> | 2008-02-26 14:30:41 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-26 14:32:57 -0700 |
commit | d4a4bed6638e0156324ff9b270f2248c4b5275bb (patch) | |
tree | 3c0aa4ac94865df331befe6593a8487b5ccbf810 | |
parent | 5e29aab1752c3e07ae2ebde4cb00e6550dab0eb2 (diff) |
gallium: updated prototype (missed in prev commit)
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h index c25301f71df..d6685f479b1 100644 --- a/src/gallium/auxiliary/draw/draw_context.h +++ b/src/gallium/auxiliary/draw/draw_context.h @@ -90,6 +90,8 @@ void draw_set_rasterizer_state( struct draw_context *draw, void draw_set_rasterize_stage( struct draw_context *draw, struct draw_stage *stage ); +void draw_wide_point_threshold(struct draw_context *draw, float threshold); + void draw_convert_wide_points(struct draw_context *draw, boolean enable); void draw_convert_wide_lines(struct draw_context *draw, boolean enable); |