Initial work for glClear(), clear color state.

This commit is contained in:
Brian
2007-06-20 08:47:09 -06:00
parent 6cb2d0cb71
commit 73f96c5105
13 changed files with 189 additions and 6 deletions

View File

@@ -133,6 +133,11 @@ struct pipe_blend_color {
GLfloat color[4];
};
struct pipe_clear_color_state
{
GLfloat color[4];
};
struct pipe_line_state
{
GLuint smooth:1;