commit | cea935205919d825a3ff5287acd08f9832381168 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | Tue May 14 22:42:47 2019 +0000 |
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | Thu May 16 01:15:37 2019 +0000 |
tree | 2813334ac64883025716019804f53cc8a4f54822 | |
parent | d699ffbf0e889980fcbfb8f39bc5ed9add90310a [diff] |
panfrost/decode: Stride decoding With a special flag, texture descriptors can include custom stride(s). We haven't seen a case of this used for mipmaps/cubemaps, so it's not clear how that will be encoded, but this dumps correctly for single one-level 2D textures. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>