Files
mesa/src
Asahi Lina be3890a898 ail: Add explicit specification of mip level strides
For compressed textures, mip levels > 0 can have additional stride
padding. This (in some cases) affects the tile stride calculation, so it
cannot be implicitly represented with the existing members.

Add an explicit array containing the stride, in elements, of each
miptree level. The tiling code uses this instead of the minified and
element-aligned width when computing tile addressing.

This commit should be a functional no-op.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26614>
2023-12-09 10:56:45 -04:00
..
2023-12-04 11:41:37 +00:00
2023-10-09 18:43:09 +00:00
2023-08-18 21:33:14 +00:00
2023-12-09 02:08:18 +00:00
2023-12-09 11:56:32 +00:00