Skip to content

anv: Don't copy the lineStipple values if lineStipple is not enabled

Ivan Briano requested to merge ibriano/mesa:linestipple into main

If the passed VkPipelineRasterizationLineStateCreateInfoEXT wasn't zero initialized, we copy garbage values that are later on used to set the state and may end up crashing when they are beyond the limits of the HW.

Merge request reports