diff options
author | Keith Whitwell <[email protected]> | 2010-08-27 17:30:07 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-09-07 13:22:55 +0100 |
commit | c512ba88a7e33f14b86feb9c0aaf1ebed5f50629 (patch) | |
tree | d5009fc3e772c3926faa4811c3dd4207378952f5 /src/gallium/drivers/llvmpipe/lp_scene.h | |
parent | 18452c1e87f79327fbd5f27478028b481ee72a5d (diff) |
llvmpipe: clean up deferred zstencil clears
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_scene.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_scene.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h index fa1b311fa17..e933a84b902 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene.h +++ b/src/gallium/drivers/llvmpipe/lp_scene.h @@ -125,7 +125,6 @@ struct lp_scene { */ unsigned scene_size; - boolean has_color_clear; boolean has_depthstencil_clear; /** |