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_context.c | |
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_context.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.c b/src/mesa/pipe/softpipe/sp_context.c index 9a054265fb1..018f67302dd 100644 --- a/src/mesa/pipe/softpipe/sp_context.c +++ b/src/mesa/pipe/softpipe/sp_context.c @@ -73,7 +73,6 @@ struct pipe_context *softpipe_create( void ) softpipe->pipe.set_scissor_rect = softpipe_set_scissor_rect; softpipe->pipe.set_fs_state = softpipe_set_fs_state; softpipe->pipe.set_polygon_stipple = softpipe_set_polygon_stipple; - softpipe->pipe.set_cbuf_state = softpipe_set_cbuf_state; softpipe->pipe.draw_vb = softpipe_draw_vb; |