diff options
author | Brian <[email protected]> | 2007-07-02 15:32:12 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-02 15:32:12 -0600 |
commit | ea92566ed9cabf5eb5d0993b39c4372d5bfcf3f1 (patch) | |
tree | 25c2ae399fa689a3c1cf1e89a8ee509f232a96b0 /src/mesa/pipe/softpipe/sp_state_clip.c | |
parent | d523a04853fe9924d8dbf86da08019d17d4f58ef (diff) |
rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state_clip.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state_clip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state_clip.c b/src/mesa/pipe/softpipe/sp_state_clip.c index 4b83f2b07ef..c907550019c 100644 --- a/src/mesa/pipe/softpipe/sp_state_clip.c +++ b/src/mesa/pipe/softpipe/sp_state_clip.c @@ -51,8 +51,8 @@ void softpipe_set_clip_state( struct pipe_context *pipe, /* Called when driver state tracker notices changes to the viewport * matrix: */ -void softpipe_set_viewport( struct pipe_context *pipe, - const struct pipe_viewport *viewport ) +void softpipe_set_viewport_state( struct pipe_context *pipe, + const struct pipe_viewport_state *viewport ) { struct softpipe_context *softpipe = softpipe_context(pipe); |