Skip to content

nir: Remove deprecated NIR_PASS_V macro from a bunch of places.

Timur Kristóf requested to merge Venemo/mesa:radv_remove_nir_pass_v into main

The NIR_PASS_V macro is deprecated, see #10409 for details.

This MR removes the usage of this macro from various places accross the Mesa code base:

  • Mainly NIR core
  • RADV
  • AGX, HK
  • NAK, NVK
  • GLSL linker
  • Vulkan runtime
  • CLC

Merge request reports

Loading