Skip to content

turnip: Don't use the dynamic color write enable during non-dynamic.

Emma Anholt requested to merge anholt/mesa:tu-angle-fix into main

We have the correct merged color write enable state as a local var here, use that instead of the zero cmd->state.color_write_enable. Fixes blending in many traces with ANGLE on turnip. In the process of fixing, clarify the logic a little bit.

Fixes: 169e0380 ("tu: Implement VK_EXT_color_write_enable") Fixes: #7328 (closed)

Merge request reports