Skip to content

nouveau: Use align64 instead of ALIGN for 64 bit value parameter

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

Split from !23932 (merged) for easier to review

* nouveau: Use align64 instead of ALIGN for 64 bit value parameter

* nouveau: Use uint64_t for type member nil_image::array_stride_B and use align64

* nvk: Avoid use align as variable, replace it with alignment

Edited by Yonggang Luo

Merge request reports