summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2007-08-02 18:25:10 +0100
committerKeith Whitwell <[email protected]>2007-08-02 18:25:10 +0100
commit0e067f1fb20094417e84e1b18f2302251cece2ca (patch)
treec52e128a9d5d898a25171a45718d732667a449b6 /src/mesa/pipe/p_state.h
parent3dfe125861df183fcc325c516639f80b86bfbc19 (diff)
Remove references to accum buffers in softpipe.
Also some minor clear fixes.
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r--src/mesa/pipe/p_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index d6ed514fb1c..699efd5877a 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -202,7 +202,6 @@ struct pipe_framebuffer_state
struct pipe_surface *zbuf; /**< Z buffer */
struct pipe_surface *sbuf; /**< Stencil buffer */
- struct pipe_surface *abuf; /**< Accum buffer */
};