Skip to content

radeonsi: Use ALIGN_POT instead ALIGN_TO

Yonggang Luo requested to merge lygstate/mesa:remove_ALIGN_TO into main

ALIGN_POT would be a bit faster as it's have no divide arithmetic

Signed-off-by: Yonggang Luo luoyonggang@gmail.com

Merge request reports