Skip to content

util: allow align64() to do alignments >= 4Gb

Lionel Landwerlin requested to merge llandwerlin/mesa:review/util-align-4gb into main

I tried to reuse this util function to align things at 4Gb so I can have simpler shaders when building 64bit address using a base offset 4Gb aligned.

Merge request reports