commit | edca30efbfdadd357800c55f57c42cc5c0f044f8 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Sat Nov 12 15:34:08 2022 -0800 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Nov 16 03:44:06 2022 +0000 |
tree | a14d13678b5f667cbd93815d1532ad1aae37d0d4 | |
parent | cf6b2699ca47e486f1930e3ce82d5c3d28671288 [diff] |
freedreno/drm: Fix suballoc alignment IBO/etc descriptors need to be aligned to 64.. this was handled correctly in the stateobj case (for tex descriptors) but not in the streaming case (for IBO). Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19710>