mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 02:40:46 +02:00
llvmpipe: disable opaque variant for multisample
Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4122>
This commit is contained in:
parent
c5021ebb15
commit
c638a59fa8
1 changed files with 1 additions and 0 deletions
|
|
@ -3210,6 +3210,7 @@ generate_variant(struct llvmpipe_context *lp,
|
|||
fullcolormask &&
|
||||
!key->stencil[0].enabled &&
|
||||
!key->alpha.enabled &&
|
||||
!key->multisample &&
|
||||
!key->blend.alpha_to_coverage &&
|
||||
!key->depth.enabled &&
|
||||
!shader->info.base.uses_kill &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue