summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_state.h
diff options
context:
space:
mode:
authorBrian <[email protected]>2007-06-19 19:52:25 -0600
committerBrian <[email protected]>2007-06-19 19:52:25 -0600
commit6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (patch)
tree549ac563454270eaef2abbb05203e462ea6b9289 /src/mesa/pipe/softpipe/sp_state.h
parentaf9b5ca0359b5712509d7815a7fbc81a3255f4af (diff)
hook up point state
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h
index 5002ce88fcc..4d18e80b388 100644
--- a/src/mesa/pipe/softpipe/sp_state.h
+++ b/src/mesa/pipe/softpipe/sp_state.h
@@ -53,6 +53,9 @@ void softpipe_set_scissor_rect( struct pipe_context *,
void softpipe_set_fs_state( struct pipe_context *,
const struct pipe_fs_state * );
+void softpipe_set_point_state( struct pipe_context *,
+ const struct pipe_point_state * );
+
void softpipe_set_polygon_stipple( struct pipe_context *,
const struct pipe_poly_stipple * );