radeon/llvm: Fix a bug with IF LOGICALNZ with int operand
[mesa.git] / src / gallium / drivers / softpipe / sp_quad_pipe.c
index a98f8b7bde5f99bcff9dd7862325d4b86e03fe83..0c4506ae8f4b3c3690b819c9f1cb8595d1bbec22 100644 (file)
@@ -61,7 +61,7 @@ sp_build_quad_pipeline(struct softpipe_context *sp)
       insert_stage_at_head( sp, sp->quad.shade );
    }
 
-#if !DO_PSTIPPLE_IN_DRAW_MODULE
+#if !DO_PSTIPPLE_IN_DRAW_MODULE && !DO_PSTIPPLE_IN_HELPER_MODULE
    if (sp->rasterizer->poly_stipple_enable)
       insert_stage_at_head( sp, sp->quad.pstipple );
 #endif