summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-09 10:37:24 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-09 10:37:24 +0100
commit47510040a68f5f672aee22eac6c01fb4dd60ec67 (patch)
tree2996e2d6beca668db5a89c17616e59820d80071f /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parent84ab7dcf48e87350c0622c533e51aa495f7256c2 (diff)
llvmpipe: Follow write_color/write_zstencil.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index d7a8b9c257..f5a6699ed4 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -61,6 +61,8 @@ struct lp_rasterizer {
struct {
struct pipe_surface *cbuf;
struct pipe_surface *zsbuf;
+ boolean write_color;
+ boolean write_zstencil;
unsigned clear_color;
unsigned clear_depth;
char clear_stencil;