Skip to content

nir, panfrost: Add vendored format conversion intrinsics

Alyssa Rosenzweig requested to merge alyssa/mesa:native-pack into master

These intrinsics (corresponding to Midgard opcodes) allow for packing and unpacking of formats, similar to nir_format_convert.h but using a hardware implementation instead of lowered ALU instructions.

Merge request reports