Skip to content

freedreno/a6xx: fix Z24_UNORM_S8_UINT_AS_R8G8B8A8

Jonathan Marek requested to merge flto/mesa:freedreno-formats into master

CI didn't run so missed this.

Note previously had :

  • texfmt = TFMT6_Z24_UNORM_S8_UINT
  • rbfmt = RB6_Z24_UNORM_S8_UINT_AS_R8G8B8A8

which are both now FMT6_Z24_UNORM_S8_UINT_AS_R8G8B8A8

Merge request reports