Skip to content

dzn: Prepare support for pipeline variants

Boris Brezillon requested to merge bbrezillon/mesa:dzn-pipeline-variants into main

Some D3D12 states can't be updated dynamically and require the creation of a new pipeline state. In order to support setting those dynamically we will have to support creating pipeline variants at draw time.

Marked as draft because I still need to fix a few dEQP-VK failures.

/cc @kusma @jenatali

Edited by Boris Brezillon

Merge request reports