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/p_state.h | |
parent | d523a04853fe9924d8dbf86da08019d17d4f58ef (diff) |
rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r-- | src/mesa/pipe/p_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index 66a53483a30..7f9a6d12de7 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -100,12 +100,12 @@ struct pipe_poly_stipple { }; -struct pipe_viewport { +struct pipe_viewport_state { GLfloat scale[4]; GLfloat translate[4]; }; -struct pipe_scissor_rect { +struct pipe_scissor_state { GLshort minx; GLshort miny; GLshort maxx; |