diff options
author | Keith Whitwell <[email protected]> | 2009-10-08 19:58:28 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-08 19:58:54 +0100 |
commit | 0718c7700533a965d7cd06b4f67b82bbae6e66a1 (patch) | |
tree | d8488e4608b36eb65e170e0e83e8a46c39281381 /src/gallium/drivers/llvmpipe/lp_setup_context.h | |
parent | 21489d2275ff556f6e44008d3f5493ca64619696 (diff) |
llvmpipe: work on clears and coefficients
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_setup_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_setup_context.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_setup_context.h b/src/gallium/drivers/llvmpipe/lp_setup_context.h index 19d163df8e5..5722e3e9de8 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup_context.h +++ b/src/gallium/drivers/llvmpipe/lp_setup_context.h @@ -88,9 +88,8 @@ struct setup_context { struct { unsigned flags; - float clear_color[4]; - double clear_depth; - unsigned clear_stencil; + union lp_rast_cmd_arg color; + union lp_rast_cmd_arg zstencil; } clear; enum { |