Skip to content

tgsi_to_nir: handle PIPE_CAP_NIR_COMPACT_ARRAYS for clipdistance

Mike Blumenkrantz requested to merge zmike/mesa:compact into main

drivers that set this cap require clipdistance to be passed as an array of floats, so convert the existing stores during finalize

Merge request reports