Skip to content

anv: advertise rectangularLines only for Gen10+

Chia-I Wu requested to merge olv/mesa:anv-line-rast into main

We use the non-strict algorithm (with parallelograms) prior to Gen10 for wide lines. We can not advertise rectangularLines.

Signed-off-by: Chia-I Wu olvaffe@gmail.com Fixes: f6e7de41 ("anv: Implement VK_EXT_line_rasterization")

Merge request reports