mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 22:08:17 +02:00
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:
parent
3c0eab7148
commit
a1e7aeecc2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue