Skip to content

v3dv: implement VK_EXT_line_rasterization

Juan A. Suárez requested to merge jasuarez/mesa:review/vk_ext_line_raster into main

Allow to choose the line rasterization algorithm. It supports rectangular and Bresenham-style line rasterization.

Merge request reports