diff options
author | Brian <[email protected]> | 2007-06-20 08:47:09 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-20 08:47:09 -0600 |
commit | 73f96c51052bf5233191d852ef463462306bf1d5 (patch) | |
tree | 29a1f9f4b5f052f7894dce351ebfb4a8ae69b85a /src/mesa/state_tracker/st_context.h | |
parent | 6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (diff) |
Initial work for glClear(), clear color state.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 94388f1aee6..0f1fa2327bf 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -71,6 +71,7 @@ struct st_context struct pipe_fs_state fs; struct pipe_alpha_test_state alpha_test; struct pipe_blend_state blend; + struct pipe_clear_color_state clear_color; struct pipe_clip_state clip; struct pipe_depth_state depth; struct pipe_point_state point; |