Skip to content

util: Add align_uintptr and use it treewide to replace ALIGN that works on size_t and uintptr_t

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

What does this MR do and why?

cc @mareko

Split from

util: Add align_uintptr and use it treewide  to replace ALIGN that works on size_t and uintptr_t

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

Merge request reports