Skip to content

radv: implement smooth lines

Samuel Pitoiset requested to merge hakzsam/mesa:radv_smooth_lines into main

This is pretty annoying because it's needed to lower using the sample coverage and everything can be dynamic basically with ds3/gpl.

This is for Zink.

Note: one other solution would be to lower in the PS epilog but that requires to pass the sample coverage through p_jump_to_epilog, not sure it's worth a try.

Merge request reports