turnip: Add todo for copies.
authorBas Nieuwenhuizen <basni@chromium.org>
Thu, 21 Feb 2019 21:39:22 +0000 (22:39 +0100)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 11 Mar 2019 17:02:13 +0000 (10:02 -0700)
src/freedreno/vulkan/tu_meta_copy.c

index 713355196c2207f639a30930f17daf6b39ceaaf0..e23e651d6985aa2e0779487cf3832db63215f3ba 100644 (file)
 
 #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)
 {