commit | 255227ececb4444fdf5cc2925fc1064d729021f4 | [log] [tgz] |
---|---|---|
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | Tue Feb 04 08:29:50 2020 +0100 |
committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | Tue Feb 04 15:46:06 2020 +0100 |
tree | c046bbcff6de8d40eab835786c2b3fbbd5e38ff8 | |
parent | fd27fb511386615cd6b44b037f9f5117846b51d4 [diff] |
panfrost: Fix decoding of tiled 3D textures From decoding cmd streams generated by the blob, the pointers in the payload don't seem to include those that refer to different depth levels when the texture is in tiled format. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3692>