00:53 mareko: karolherbst: that's because rusticl uses compute queues and ac_prepare_compute_blit fails with that format because compute blits can't copy it without precision issues
00:57 mareko: this will allow it, but some pixels can be changed +-1 during the copy:
00:57 mareko: - max_dst_chan_size == 5 || /* PIPE_FORMAT_R5G5B5A1_UNORM has precision issues */
00:57 mareko: + (blit->is_gfx_queue && max_dst_chan_size == 5) || /* PIPE_FORMAT_R5G5B5A1_UNORM has precision issues */
01:01 mareko: actually the next line needs the change