Skip to content

Draft: nir: add poly stipple lowering

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/poly-stip into main

Much, much simpler than the lowering in gallium. Assumes integer capable hardware. Draft while I figure out if it's possible to do this in mesa/st instead, and failing that, to wire it into zink somehow. Basically just need an auxiliary UBO... tempted to just use BDA though because ugh.

Edited by Alyssa Rosenzweig

Merge request reports