From 07274513e984f0b5544586c74508ccd16e7dcafa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:29:19 +1000 Subject: Remove EFL, since it's been released now. --- .../engines/gl_common/shader/tex_frag_s3c6410.asm | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 libraries/evas/src/modules/engines/gl_common/shader/tex_frag_s3c6410.asm (limited to 'libraries/evas/src/modules/engines/gl_common/shader/tex_frag_s3c6410.asm') diff --git a/libraries/evas/src/modules/engines/gl_common/shader/tex_frag_s3c6410.asm b/libraries/evas/src/modules/engines/gl_common/shader/tex_frag_s3c6410.asm deleted file mode 100644 index 14bbfa1..0000000 --- a/libraries/evas/src/modules/engines/gl_common/shader/tex_frag_s3c6410.asm +++ /dev/null @@ -1,26 +0,0 @@ - -#------------------------------------------------- -# ORION - OpenGL ES 2.0 Shading Language Compiler -# SAMSUNG INDIA SOFTWARE OPERATIONS PVT. LTD. -# Compiler Version : v04.00.09 -# Release Date : 19.01.2009 -# FIMG VERSION : FIMGv1.5 -# Optimizer Options : -O --nolodcalc -#------------------------------------------------- - -# hand optimised - removed useless ops - -ps_3_0 - -fimg_version 0x01020000 - -dcl_s2_tex s0 -dcl_f4_col v1.x -dcl_f2_tex_c v0.x - -label start -label main_ -texld r0.xyzw, v0.xyzw, s0 # tex=s0 -mul_sat oColor.xyzw, r0.xyzw, v1.xyzw # gl_FragColor=oColor.xyzw, col=v1.xyzw -label main_end -ret -- cgit v1.1