summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_derived.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-27 08:17:45 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:19 +0100
commit05bfd93c3f02d229f5408db1b440425cce99a142 (patch)
treeb482f5afa157cd1427144f7edddf47fa9953f4b2 /src/gallium/drivers/llvmpipe/lp_state_derived.c
parentb8c437f20f130768e7709eb06112c955619aa2f0 (diff)
llvmpipe: move all depth/stencil/alpha pixel processing into one stage
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_derived.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_derived.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_derived.c b/src/gallium/drivers/llvmpipe/lp_state_derived.c
index e2b6b8e602..a2bf27cc67 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_derived.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_derived.c
@@ -246,9 +246,7 @@ void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe )
if (llvmpipe->dirty & (LP_NEW_BLEND |
LP_NEW_DEPTH_STENCIL_ALPHA |
LP_NEW_FRAMEBUFFER |
- LP_NEW_RASTERIZER |
- LP_NEW_FS |
- LP_NEW_QUERY))
+ LP_NEW_FS))
lp_build_quad_pipeline(llvmpipe);
llvmpipe->dirty = 0;