panvk: enable KHR_line_rasterization support
This allows users to toggle between rectangular and bresenham style rasterization. The bresenham style rasterization is performed by disabling multisampling and changing the end-points to be axis-aligned. This is similar to what we already do in Gallium. Acked-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Benjamin Lee <benjamin.lee@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33844>
This commit is contained in:
committed by
Marge Bot
parent
de45676efd
commit
4fabd37a3c
@@ -25,3 +25,4 @@ EXT_shader_framebuffer_image_fetch_coherent on v3d
|
||||
KHR_blend_equation_advanced on v3d
|
||||
KHR_blend_equation_advanced_coherent on v3d
|
||||
KHR_partial_update on etnaviv
|
||||
VK_KHR_line_rasterization on panvk
|
||||
|
||||
Reference in New Issue
Block a user