summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-08 19:16:47 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-08 19:16:47 +0100
commit86dba3e4142276d76ecffc0cd238506df5efe9af (patch)
tree420a1553cd5884d508a7aeeeef5c7c13d4e2c51f /src/gallium/drivers/llvmpipe/lp_rast.h
parentf92787679d668bd1f48929da49d4df55be635fa9 (diff)
llvmpipe: Final adjustments to rasterizer methods.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index 380a1adbd2..0aa111b472 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -128,6 +128,8 @@ union lp_rast_cmd_arg {
const struct lp_rast_shader_inputs *shade_tile;
const struct lp_rast_triangle *triangle;
const struct lp_rast_state *set_state;
+ const uint8_t clear_color[4];
+ unsigned clear_zstencil;
};