Skip to content

st/nir: Clip distances and compact arrays

Kenneth Graunke requested to merge kwg/mesa:clipdist into master

This patch series makes it possible to use compact arrays for clip and cull distances. It adds a cap that drivers can use to switch to compact arrays for clip/cull distances and also tesslevels.

I thought about switching radeonsi over, but @tarceri thought it'd make more sense to just add a cap for now.

Merge request reports