Skip to content

nvk: Support large points

George Ouzounoudis requested to merge georgeouzou/mesa:nvk/large_points into nvk/main

It seems we need to switch to point sprite rasterization for Vulkan. Especially for multisampling. The state provided by nvidia headers follows the GL compatibility spec.

Merge request reports