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

Author: Connor Abbott <[email protected]>
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

Reply via email to