Skip to content

anv: Fix subgroupSupportedStages physical property

Caio Oliveira requested to merge cmarcelo/mesa:anv-fix-stage-enum into main

Use the proper Vulkan values that can be combined into a bitmask.

Fixes: f40a08d2 ("anv: Don't advertise unsupported shader stages")

Merge request reports