diff options
author | Brian <[email protected]> | 2008-04-07 21:59:12 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-04-07 21:59:12 -0600 |
commit | c7daa68ca312cc98abe351be2fef8d8246929627 (patch) | |
tree | afb31b40a34da809654bd7cef860d9f486fc1c9f /src/gallium/drivers/softpipe/sp_context.h | |
parent | 4e2127b0e5cb6411123e16dd562626cd70814a9a (diff) |
gallium: begin reworking quad stages for multiple color outputs
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index dc9d0e6d5d6..9724d185d15 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -138,8 +138,6 @@ struct softpipe_context { struct draw_stage *vbuf; struct softpipe_vbuf_render *vbuf_render; - uint current_cbuf; /**< current color buffer being written to */ - struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS]; struct softpipe_tile_cache *zsbuf_cache; |