jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e5f4b032be67d16bf5792ef0e7b72fa867022985

commit e5f4b032be67d16bf5792ef0e7b72fa867022985
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Apr 25 11:18:16 2014 +0900

    Evas: Add RGB8_ETC2 and RGBA8_ETC2 colorspaces
    
    These are two variants of ETC2 texture compression format.
---
 src/lib/evas/Evas_Loader.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/Evas_Loader.h b/src/lib/evas/Evas_Loader.h
index 499a916..c3e7fe1 100644
--- a/src/lib/evas/Evas_Loader.h
+++ b/src/lib/evas/Evas_Loader.h
@@ -162,7 +162,9 @@ typedef enum _Evas_Colorspace
    EVAS_COLORSPACE_YCBCR420NV12601_PL, /**< YCbCr 4:2:0, ITU.BT-601 
specification. The data pointed to is just an array of row pointer, pointing to 
the Y rows, then the Cb,Cr rows. */
    EVAS_COLORSPACE_YCBCR420TM12601_PL, /**< YCbCr 4:2:0, ITU.BT-601 
specification. The data pointed to is just an array of tiled row pointer, 
pointing to the Y rows, then the Cb,Cr rows. */
    EVAS_COLORSPACE_AGRY88, /**< AY 8bits Alpha and 8bits Grey, accessed 1 
16bits at a time */
-   EVAS_COLORSPACE_ETC1, /**< OpenGL ETC1 encoding of RGB texture @since 1.10 
*/
+   EVAS_COLORSPACE_ETC1, /**< OpenGL ETC1 encoding of RGB texture (4 bit per 
pixel) @since 1.10 */
+   EVAS_COLORSPACE_RGB8_ETC2, /**< OpenGL GL_COMPRESSED_RGB8_ETC2 texture 
compression format (4 bit per pixel) @since 1.10 */
+   EVAS_COLORSPACE_RGBA8_ETC2_EAC, /**< OpenGL GL_COMPRESSED_RGBA8_ETC2_EAC 
texture compression format, supports alpha (8 bit per pixel) @since 1.10 */
 } Evas_Colorspace; /**< Colorspaces for pixel data supported by Evas */
 
 struct _Evas_Image_Property

-- 


Reply via email to