diff options
author | José Fonseca <[email protected]> | 2009-10-08 19:16:47 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-08 19:16:47 +0100 |
commit | 86dba3e4142276d76ecffc0cd238506df5efe9af (patch) | |
tree | 420a1553cd5884d508a7aeeeef5c7c13d4e2c51f /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | f92787679d668bd1f48929da49d4df55be635fa9 (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.h | 2 |
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 380a1adbd29..0aa111b4723 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; }; |