summaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/tu_meta_copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/vulkan/tu_meta_copy.c')
-rw-r--r--src/freedreno/vulkan/tu_meta_copy.c7
1 files changed, 7 insertions, 0 deletions
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)
{