Skip to content

amd, nir: d16 load fixes

Georg Lehmann requested to merge DadSchoorse/mesa:d16-int into main
  • integer D16 saturates to min/max instead of truncating
  • float D16 uses rtz for 32bit -> 16bit conversions.

Merge request reports