commit | 32c5d6d1dca2094351911fa7ca6c5c3eb532581d | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Wed Jun 02 16:16:53 2021 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Jun 07 10:35:25 2021 -0700 |
tree | 946babb14612e8014b465fc546b903e3567a34ed | |
parent | 539494e767ff57944fa6248f7bb664adbae007ff [diff] |
iris: Add an alignment parameter to iris_bo_alloc() This is rarely useful, but after the next patch removes tiling tracking, this would literally be the only difference between iris_bo_alloc and iris_bo_alloc_tiled, so we may as well add it. Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11169>