Skip to content

radv/amdgpu: do not check that a CS is aligned if no padding is added

Samuel Pitoiset requested to merge hakzsam/mesa:radv_fix_padding_again into main

Hopefully now it's fine 😄

This fixes a very recent regression and caused few crashes because of the assertion in radv_amdgpu_winsys_pad()...

Merge request reports