Skip to content

panfrost: Properly align stride

Daniel Stone requested to merge daniels/mesa:panfrost-stride-align into master

Handle buffers whose width is not aligned to 16px by padding the stride and storing it accordingly.

This does not reject imports for images whose stride is not sufficiently aligned, nor has it ever been tested since I don't currently have the hardware.

/cc @alyssa @tomeu @robh

Edited by Daniel Stone

Merge request reports