diff options
author | Brian <[email protected]> | 2007-06-26 17:35:24 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-26 17:35:24 -0600 |
commit | 1be17dc446aa6b0770d76a3eccf79d0faf6608c0 (patch) | |
tree | 1640f73391022164f3b348013ae279324ecce2fc /src/mesa/pipe/softpipe/sp_state.h | |
parent | 192f9ab81b3e2c88812f540c7a5c820e3783ff8a (diff) |
consolidate point/line state into pipe_setup_state
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h index 735d039748a..4086c16bcc9 100644 --- a/src/mesa/pipe/softpipe/sp_state.h +++ b/src/mesa/pipe/softpipe/sp_state.h @@ -73,9 +73,6 @@ 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 * ); |