Skip to content

turnip: Dynamic blend state, including logic op and VK_EXT_color_write_enable

Connor Abbott requested to merge cwabbott0/mesa:review/tu-dynamic-blend into main

This series moves blend state to a dynamic draw state, and implements support for two dynamic states (logic op and colorWriteEnable) that affect registers in the blend draw state. This is more complicated than previous states because these don't just correspond to a single register field but they both influence several registers in complicated ways, as can be seen in tu6_emit_blend.

Merge request reports