projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e29aab
)
gallium: updated prototype (missed in prev commit)
author
Brian
<brian@poulsbo.localnet.net>
Tue, 26 Feb 2008 21:30:41 +0000
(14:30 -0700)
committer
Brian
<brian@poulsbo.localnet.net>
Tue, 26 Feb 2008 21:32:57 +0000
(14:32 -0700)
src/gallium/auxiliary/draw/draw_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_context.h
b/src/gallium/auxiliary/draw/draw_context.h
index c25301f71df366fefcb7a9a33d0d19b55362b3fc..d6685f479b163933fb705af718799b176d3cb571 100644
(file)
--- 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);