diff --git a/src/freedreno/vulkan/tu_meta_copy.c b/src/freedreno/vulkan/tu_meta_copy.c index 713355196c2..e23e651d698 100644 --- a/src/freedreno/vulkan/tu_meta_copy.c +++ b/src/freedreno/vulkan/tu_meta_copy.c @@ -31,6 +31,13 @@ #include "tu_cs.h" +/* + * TODO: + * - image -> image copies + * - 3D textures + * - compressed image formats (need to divide offset/extent) + */ + static uint32_t blit_control(enum a6xx_color_fmt fmt) {