softpipe: rename some functions for consistency
[mesa.git] / src / gallium / drivers / softpipe / sp_quad_pipe.c
index 43b8e88e334e697c95fcb7d8a0eaa49c9c59e8b8..2cfd02a22c6019e982e1cb345cc89e61f8e3b31b 100644 (file)
@@ -47,7 +47,8 @@ sp_build_quad_pipeline(struct softpipe_context *sp)
       sp->framebuffer.zsbuf &&
       !sp->depth_stencil->alpha.enabled &&
       !sp->fs->info.uses_kill &&
-      !sp->fs->info.writes_z;
+      !sp->fs->info.writes_z &&
+      !sp->fs->info.writes_stencil;
 
    sp->quad.first = sp->quad.blend;