Skip to content

freedreno: fix layout pitchalign field not being set for imported buffers

Jonathan Marek requested to merge flto/mesa:fdl into master

The pitchalign value was being left to 0 and then wrapping around when the base offset was subtracted in texture state.

Fixes: 979e7e36 (freedreno/layout: layout simplifications and pitch from level 0 pitch)

Merge request reports