mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 14:40:43 +01:00
The Vulkan spec states:
"If logicOpEnable is VK_TRUE, then a logical operation selected by
logicOp is applied between each color attachment and the
fragment’s corresponding output value, and blending of all
attachments is treated as if it were disabled. Any attachments
using color formats for which logical operations are not supported
simply pass through the color values unmodified."
pack_blend() was only checking blendEnable from the attachment state,
causing hardware blending to be applied even when logic ops were enabled.
This is the v3dv equivalent of the RADV fix in commit
|
||
|---|---|---|
| .. | ||
| broadcom-rpi3-fails.txt | ||
| broadcom-rpi3-flakes.txt | ||
| broadcom-rpi3-skips.txt | ||
| broadcom-rpi4-fails.txt | ||
| broadcom-rpi4-flakes.txt | ||
| broadcom-rpi4-single-thread.txt | ||
| broadcom-rpi4-skips.txt | ||
| broadcom-rpi5-fails.txt | ||
| broadcom-rpi5-flakes.txt | ||
| broadcom-rpi5-single-thread.txt | ||
| broadcom-rpi5-skips.txt | ||
| deqp-broadcom-rpi-skqp.toml | ||
| deqp-broadcom-rpi3-gl-arm32.toml | ||
| deqp-broadcom-rpi3-gl-asan.toml | ||
| deqp-broadcom-rpi3-gl-ubsan.toml | ||
| deqp-broadcom-rpi3-gl.toml | ||
| deqp-broadcom-rpi3-piglit-full.toml | ||
| deqp-broadcom-rpi4-gl-arm32.toml | ||
| deqp-broadcom-rpi4-gl-asan.toml | ||
| deqp-broadcom-rpi4-gl-ubsan.toml | ||
| deqp-broadcom-rpi4-gl.toml | ||
| deqp-broadcom-rpi4-vk-asan.toml | ||
| deqp-broadcom-rpi4-vk-ubsan.toml | ||
| deqp-broadcom-rpi4-vk.toml | ||
| deqp-broadcom-rpi5-gl-asan.toml | ||
| deqp-broadcom-rpi5-gl.toml | ||
| deqp-broadcom-rpi5-vk-asan.toml | ||
| deqp-broadcom-rpi5-vk.toml | ||
| deqp-v3d-rusticl.toml | ||
| gitlab-ci-inc.yml | ||
| gitlab-ci.yml | ||
| traces-broadcom.yml | ||