Mesa (main): tu: Use common vk_image struct

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 27 20:15:22 UTC 2022


Module: Mesa
Branch: main
Commit: 89263fde2057b91fa3c8a507bde1e03c661b0054
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89263fde2057b91fa3c8a507bde1e03c661b0054

Author: Connor Abbott <cwabbott0 at gmail.com>
Date:   Mon Jul 18 12:30:59 2022 +0200

tu: Use common vk_image struct

This eliminates some boilerplate, and will be necessary to use the
common render pass implementation for debugging purposes.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17378>

---

 src/freedreno/vulkan/tu_autotune.c   |    6 +-
 src/freedreno/vulkan/tu_clear_blit.c | 2408 +++++++++++++++++-----------------
 src/freedreno/vulkan/tu_image.c      |   66 +-
 src/freedreno/vulkan/tu_lrz.c        |    2 +-
 src/freedreno/vulkan/tu_private.h    |   31 +-
 5 files changed, 1229 insertions(+), 1284 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=89263fde2057b91fa3c8a507bde1e03c661b0054


More information about the mesa-commit mailing list