Skip to content

d3d12: independent blending

Erik Faye-Lund requested to merge d3d12-independent-blending into msclc-d3d12

This implements support for independent blending in the D3D12 driver.

In order to pass the piglit-tests, we also need to implement lowering of FRAG_RESULT_COLOR to FRAG_RESULT_DATA[n]-semantics for normal MRTs.

Marked as WIP, because it should be rebased on top of master once !19 (merged) lands.

Edited by Erik Faye-Lund

Merge request reports