Skip to content

radv: support minmax filter for more formats

Rhys Perry requested to merge pendingchaos/mesa:radv_minmax_filter_support into main

Support should be the same as AMDVLK, except for these formats:

  • VK_FORMAT_R4G4_UNORM_PACK8
  • VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT
  • VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT
  • VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR
  • VK_FORMAT_A8_UNORM_KHR
  • VK_FORMAT_X8_D24_UNORM_PACK32
  • VK_FORMAT_D24_UNORM_S8_UINT
  • and the various emulated compressed formats.

Merge request reports