From: Brian Date: Tue, 26 Feb 2008 21:30:41 +0000 (-0700) Subject: gallium: updated prototype (missed in prev commit) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4a4bed6638e0156324ff9b270f2248c4b5275bb;p=mesa.git gallium: updated prototype (missed in prev commit) --- 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);