Quoting Kenneth Graunke (2017-08-02 02:14:22) > The cacheline alignment restriction is on the base address; the pitch > can be anything.
From my understanding of the bug, this is correct and the workaround is to adjust the xoffset as you have done. (And since the chunk is limited to less than 32k pixels wide, adjusting the chunk width is not going to cause an overflow.) The code was correct and the new assertion was a little overzealous, Reviewed-by: Chris Wilson <ch...@chris-wilson.co.uk> The 64B alignment for pitch is only applicable to linear scanout, iirc. -Chris _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev