commit | 730a294b9072b8807c22a59fcedec4b6ab278081 | [log] [tgz] |
---|---|---|
author | Juan A. Suarez Romero <jasuarez@igalia.com> | Thu Mar 17 12:20:41 2022 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Mar 18 09:38:38 2022 +0000 |
tree | f5050f64ce182240c079e49363c64ba947dd5f08 | |
parent | 22759e91740e589989e019f92beaa3cd5ba299bb [diff] |
v3dv: implement VK_EXT_line_rasterization Allow to choose the line rasterization algorithm. It supports rectangular and Bresenham-style line rasterization. v2 (Iago): - Update documentation. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15407>