jpeg pushed a commit to branch master.

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

commit a0fc68ee1196c65b8ee359a2e686828a609dacd4
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Apr 29 09:02:49 2014 +0900

    Evas GL: Fix invalid definitions of ETC2 GLenum
    
    Bad copy and paste.
---
 src/lib/evas/Evas_GL.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h
index 8f148d9..91ba179 100644
--- a/src/lib/evas/Evas_GL.h
+++ b/src/lib/evas/Evas_GL.h
@@ -1058,8 +1058,8 @@ typedef signed long int  GLsizeiptr;   // Changed 
khronos_ssize_t
 
 /* The following are OpenGL ES 3.0 definitions for ETC2
  * Note that RGB8_ETC2 is a superset of GL_OES_compressed_ETC1_RGB8_texture */
-#define GL_COMPRESSED_RGB8_ETC2                                 0x8D64
-#define GL_COMPRESSED_RGBA8_ETC2_EAC                            0x8D64
+#define GL_COMPRESSED_RGB8_ETC2                                 0x9274
+#define GL_COMPRESSED_RGBA8_ETC2_EAC                            0x9278
 
 /* GL_OES_compressed_paletted_texture */
 #define GL_PALETTE4_RGB8_OES                                    0x8B90

-- 


Reply via email to