Evas: Fix some comments in the TGV loader
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 18 Jun 2014 08:10:23 +0000 (17:10 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 19 Jun 2014 01:28:01 +0000 (10:28 +0900)
src/modules/evas/loaders/tgv/evas_image_load_tgv.c

index 5d84ccb..d30870b 100644 (file)
@@ -10,7 +10,6 @@
 # include <winsock2.h>
 #endif /* ifdef _WIN32 */
 
-// rg_etc1.h must define HAVE_ETC2_DECODER if there is ETC2 support
 #include "lz4.h"
 #include "rg_etc1.h"
 #include "Evas_Loader.h"
@@ -18,6 +17,7 @@
 #ifdef BUILD_NEON
 #include <arm_neon.h>
 #endif
+
 /**************************************************************
  * The TGV file format is oriented around compression mecanism
  * that hardware are good at decompressing. We do still provide
@@ -44,7 +44,8 @@
  **************************************************************/
 
 // FIXME: wondering if we should support mipmap
-// FIXME: instead of the complete size, maybe just the usefull left over byte + number of block (cedric) -- Nope, the real size is much better (jpeg)
+// TODO: support ETC1+ETC2 images (RGB only)
+// TODO: support ETC1 RGB + ETC1 Alpha (2 textures for ETC1 RGBA)
 
 typedef struct _Evas_Loader_Internal Evas_Loader_Internal;
 struct _Evas_Loader_Internal