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/pipe/softpipe/sp_state.h | |
parent | 6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (diff) |
Initial work for glClear(), clear color state.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h index 4d18e80b388..bc5a3512ae1 100644 --- a/src/mesa/pipe/softpipe/sp_state.h +++ b/src/mesa/pipe/softpipe/sp_state.h @@ -38,6 +38,9 @@ void softpipe_set_framebuffer_state( struct pipe_context *, const struct pipe_framebuffer_state * ); +void softpipe_set_clear_color_state( struct pipe_context *, + const struct pipe_clear_color_state * ); + void softpipe_set_clip_state( struct pipe_context *, const struct pipe_clip_state * ); |