diff options
author | Keith Whitwell <[email protected]> | 2007-08-02 18:25:10 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-02 18:25:10 +0100 |
commit | 0e067f1fb20094417e84e1b18f2302251cece2ca (patch) | |
tree | c52e128a9d5d898a25171a45718d732667a449b6 /src/mesa/pipe/softpipe/sp_clear.h | |
parent | 3dfe125861df183fcc325c516639f80b86bfbc19 (diff) |
Remove references to accum buffers in softpipe.
Also some minor clear fixes.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_clear.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_clear.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_clear.h b/src/mesa/pipe/softpipe/sp_clear.h index f9db99dd32a..d41cc1d070c 100644 --- a/src/mesa/pipe/softpipe/sp_clear.h +++ b/src/mesa/pipe/softpipe/sp_clear.h @@ -37,7 +37,7 @@ struct pipe_context; extern void softpipe_clear(struct pipe_context *pipe, GLboolean color, GLboolean depth, - GLboolean stencil, GLboolean accum); + GLboolean stencil); #endif /* SP_CLEAR_H */ |