summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@poulsbo.localnet.net>2008-02-26 14:30:41 -0700
committerBrian <brian@poulsbo.localnet.net>2008-02-26 14:32:57 -0700
commitd4a4bed6638e0156324ff9b270f2248c4b5275bb (patch)
tree3c0aa4ac94865df331befe6593a8487b5ccbf810
parent5e29aab1752c3e07ae2ebde4cb00e6550dab0eb2 (diff)
gallium: updated prototype (missed in prev commit)
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h2
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 c25301f71d..d6685f479b 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);