Skip to content

asahi: fix depth bias interactions with points/lines

Alyssa Rosenzweig requested to merge alyssa/mesa:asahi/zbias into main

we need to apply depth bias for tris with point/line poly mode (according to offset_point/offset_line), but we need to NOT apply depth bias for API-level points/lines. weirdly the hw is sensitive to that last part.

fixes z-fighting with FreeCAD.

Merge request reports