commit | 33a9bedc24be183e8e181134c18aaa6d5713b065 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Mar 31 15:21:04 2017 -0700 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Wed Apr 12 11:32:27 2017 +0100 |
tree | 04536a00dd23463e2e414df1f98ddc213c537bbb | |
parent | f509c8360967ee8804eb2845a08775a33cbb90c9 [diff] |
anv/blorp: Align vertex buffers to 64B This fixes issues seen when adding support for full 48-bit addresses. The 48-bit addresses themselves have nothing to do with it other than that it caused the kernel to place buffers slightly differently so they interacted differently with the caches. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Cc: "13.0 17.0" <mesa-stable@lists.freedesktop.org> (cherry picked from commit 5d1ba2cb04f58b0c887304f0b8adda0b5623a710)