and fix more bits not tested yet
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Oct 2009 03:43:00 +0000 (03:43 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Oct 2009 03:43:00 +0000 (03:43 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43032 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_common/evas_gl_shader.c

index 8724e03..e8420b5 100644 (file)
@@ -22,7 +22,7 @@ Evas_GL_Program_Source shader_rect_frag_src =
 };
 
 #if defined (GLES_VARIETY_S3C6410)
-const unsigned int rect_frag_bin[] =
+const unsigned int rect_vert_bin[] =
 {
 # include "shader/rect_vert_bin_s3c6410.h"
 };
@@ -62,7 +62,7 @@ Evas_GL_Program_Source shader_img_frag_src =
 };
 
 #if defined (GLES_VARIETY_S3C6410)
-const unsigned int img_frag_bin[] =
+const unsigned int img_vert_bin[] =
 {
 # include "shader/img_vert_bin_s3c6410.h"
 };
@@ -102,7 +102,7 @@ Evas_GL_Program_Source shader_font_frag_src =
 };
 
 #if defined (GLES_VARIETY_S3C6410)
-const unsigned int font_frag_bin[] =
+const unsigned int font_vert_bin[] =
 {
 # include "shader/font_vert_bin_s3c6410.h"
 };
@@ -142,7 +142,7 @@ Evas_GL_Program_Source shader_yuv_frag_src =
 };
 
 #if defined (GLES_VARIETY_S3C6410)
-const unsigned int yuv_frag_bin[] =
+const unsigned int yuv_vert_bin[] =
 {
 # include "shader/yuv_vert_bin_s3c6410.h"
 };