Skip to content

nvk: Support more dynamic state

What does this MR do and why?

This is a prerequisite for supporting VK_EXT_shader_objects. Move the following state to dynamic:

  • rasterization samples (done as part of !24621 (closed), this MR is based on it)
  • color blend enable
  • color blend equations
  • color write masks
  • sample masks
  • alpha to coverage
  • alpha to one
  • depth clip
  • depth clamp
  • rasterization stream selection
  • tessellation domain origin
Edited by George Ouzounoudis

Merge request reports