llvmpipe: set opaque = FALSE if stencil enabled
Fixes occasional bad tiles seen in some demos like progs/demos/reflect.c
This commit is contained in:
@@ -1169,6 +1169,7 @@ llvmpipe_update_fs(struct llvmpipe_context *lp)
|
||||
opaque = !key.blend.logicop_enable &&
|
||||
!key.blend.rt[0].blend_enable &&
|
||||
key.blend.rt[0].colormask == 0xf &&
|
||||
!key.stencil[0].enabled &&
|
||||
!key.alpha.enabled &&
|
||||
!key.depth.enabled &&
|
||||
!key.scissor &&
|
||||
|
||||
Reference in New Issue
Block a user