all vert shaders always highp on gles.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Oct 2011 02:54:06 +0000 (02:54 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Oct 2011 02:54:06 +0000 (02:54 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@64004 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

32 files changed:
src/modules/engines/gl_common/shader/filter_blur_vert.h
src/modules/engines/gl_common/shader/filter_blur_vert.shd
src/modules/engines/gl_common/shader/font_vert.h
src/modules/engines/gl_common/shader/font_vert.shd
src/modules/engines/gl_common/shader/img_bgra_nomul_vert.h
src/modules/engines/gl_common/shader/img_bgra_nomul_vert.shd
src/modules/engines/gl_common/shader/img_bgra_vert.h
src/modules/engines/gl_common/shader/img_bgra_vert.shd
src/modules/engines/gl_common/shader/img_mask_vert.h
src/modules/engines/gl_common/shader/img_mask_vert.shd
src/modules/engines/gl_common/shader/img_nomul_vert.h
src/modules/engines/gl_common/shader/img_nomul_vert.shd
src/modules/engines/gl_common/shader/img_vert.h
src/modules/engines/gl_common/shader/img_vert.shd
src/modules/engines/gl_common/shader/nv12_nomul_vert.h
src/modules/engines/gl_common/shader/nv12_nomul_vert.shd
src/modules/engines/gl_common/shader/nv12_vert.h
src/modules/engines/gl_common/shader/nv12_vert.shd
src/modules/engines/gl_common/shader/rect_vert.h
src/modules/engines/gl_common/shader/rect_vert.shd
src/modules/engines/gl_common/shader/tex_nomul_vert.h
src/modules/engines/gl_common/shader/tex_nomul_vert.shd
src/modules/engines/gl_common/shader/tex_vert.h
src/modules/engines/gl_common/shader/tex_vert.shd
src/modules/engines/gl_common/shader/yuv_nomul_vert.h
src/modules/engines/gl_common/shader/yuv_nomul_vert.shd
src/modules/engines/gl_common/shader/yuv_vert.h
src/modules/engines/gl_common/shader/yuv_vert.shd
src/modules/engines/gl_common/shader/yuy2_nomul_vert.h
src/modules/engines/gl_common/shader/yuy2_nomul_vert.shd
src/modules/engines/gl_common/shader/yuy2_vert.h
src/modules/engines/gl_common/shader/yuy2_vert.shd

index 758bd9d..d38f412 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index 052df89..56ddc40 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 19fb72f..8921d9d 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index efc0a92..606c297 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 75e301f..13d5edd 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec2 tex_coord;\n"
index 22836c6..74f3207 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec2 tex_coord;
index 19fb72f..8921d9d 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index efc0a92..606c297 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 91d2716..7508c98 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index 2cd02a6..1414870 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 75e301f..13d5edd 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec2 tex_coord;\n"
index 22836c6..74f3207 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec2 tex_coord;
index 19fb72f..8921d9d 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index efc0a92..606c297 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 819ae51..8ad060f 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index 77fe807..ddd0d6e 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 4574a46..669f181 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index d24ed73..ee9238c 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 22d38e5..51d41aa 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index e1966ee..63fea5d 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 75e301f..13d5edd 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec2 tex_coord;\n"
index 22836c6..74f3207 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec2 tex_coord;
index 19fb72f..8921d9d 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index efc0a92..606c297 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index 3201b54..c3f585f 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec2 tex_coord, tex_coord2, tex_coord3;\n"
index 6bfd706..a83d505 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec2 tex_coord, tex_coord2, tex_coord3;
index 092f7a2..6ccf06d 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index 7dd5153..0ea0b2f 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;
index ec8b8f8..4620b66 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec2 tex_coord, tex_coord2;\n"
index a7234b3..05acc9c 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec2 tex_coord, tex_coord2;
index fe9bca1..1e49018 100644 (file)
@@ -1,9 +1,5 @@
 "#ifdef GL_ES\n"
-"#ifdef GL_FRAGMENT_PRECISION_HIGH\n"
 "precision highp float;\n"
-"#else\n"
-"precision mediump float;\n"
-"#endif\n"
 "#endif\n"
 "attribute vec4 vertex;\n"
 "attribute vec4 color;\n"
index c16ab00..54efb1e 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef GL_ES
-#ifdef GL_FRAGMENT_PRECISION_HIGH
 precision highp float;
-#else
-precision mediump float;
-#endif
 #endif
 attribute vec4 vertex;
 attribute vec4 color;