diff options
author | Brian <[email protected]> | 2007-06-19 19:19:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-19 19:19:31 -0600 |
commit | af9b5ca0359b5712509d7815a7fbc81a3255f4af (patch) | |
tree | a9669c33d78e42d7925f60afd6e54037c39de2ac /src/mesa/pipe/softpipe/sp_state.h | |
parent | 03933ad656e5bd776a2e6f93312ee90eff66d3d3 (diff) |
Re-org of surface/framebuffer state.
We should be able to render to any depth/format of X window now.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h index bdf10112f6d..5002ce88fcc 100644 --- a/src/mesa/pipe/softpipe/sp_state.h +++ b/src/mesa/pipe/softpipe/sp_state.h @@ -56,9 +56,6 @@ void softpipe_set_fs_state( struct pipe_context *, void softpipe_set_polygon_stipple( struct pipe_context *, const struct pipe_poly_stipple * ); -void softpipe_set_cbuf_state( struct pipe_context *, - const struct pipe_surface * ); - void softpipe_update_derived( struct softpipe_context *softpipe ); #endif |