summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-08 19:58:28 +0100
committerKeith Whitwell <keithw@vmware.com>2009-10-08 19:58:54 +0100
commit0718c7700533a965d7cd06b4f67b82bbae6e66a1 (patch)
treed8488e4608b36eb65e170e0e83e8a46c39281381 /src/gallium/drivers/llvmpipe/lp_setup_context.h
parent21489d2275ff556f6e44008d3f5493ca64619696 (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.h5
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 19d163df8e..5722e3e9de 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 {