rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs

This commit is contained in:
Brian
2007-07-02 15:32:12 -06:00
parent d523a04853
commit ea92566ed9
10 changed files with 36 additions and 36 deletions

View File

@@ -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;