From: raster Date: Mon, 12 Oct 2009 03:43:00 +0000 (+0000) Subject: and fix more bits not tested yet X-Git-Tag: 2.0_alpha~240^2~2276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=589eb02c2ccac148917a530fe8e422fa656a35f9;p=framework%2Fuifw%2Fevas.git and fix more bits not tested yet git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43032 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/engines/gl_common/evas_gl_shader.c b/src/modules/engines/gl_common/evas_gl_shader.c index 8724e03..e8420b5 100644 --- a/src/modules/engines/gl_common/evas_gl_shader.c +++ b/src/modules/engines/gl_common/evas_gl_shader.c @@ -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" };