Files
mesa/src
Konstantin Seurer 1ad1b356fc lavapipe: Implement VK_EXT_image_2d_view_of_3d with sparse textures
The following things needed to be fixed:
- lp_build_tiled_sample_offset has to use the block size of the
  underlying 3D texture. Remaining calculations use the dimensions of
  the view since the z-coordinate is undefined and has to be ignored.
- The layer offset must be calculated using llvmpipe_get_texel_offset.

Fixes: d747c4a ("lavapipe: Implement sparse buffers and images")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31038>
2024-09-09 13:41:35 +00:00
..
2024-09-02 23:27:15 +00:00
2024-09-07 00:54:35 +00:00
2024-09-06 17:34:17 +00:00
2024-09-07 00:54:35 +00:00
2024-09-04 14:48:17 +00:00
2024-09-06 17:34:17 +00:00
2024-09-05 19:17:22 +00:00
2024-09-06 17:34:17 +00:00
2024-09-06 17:34:17 +00:00
2024-08-20 10:02:45 +02:00