From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- .../engines/gl_common/shader/img_frag_s3c6410.asm | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libraries/evas/src/modules/engines/gl_common/shader/img_frag_s3c6410.asm (limited to 'libraries/evas/src/modules/engines/gl_common/shader/img_frag_s3c6410.asm') diff --git a/libraries/evas/src/modules/engines/gl_common/shader/img_frag_s3c6410.asm b/libraries/evas/src/modules/engines/gl_common/shader/img_frag_s3c6410.asm new file mode 100644 index 0000000..3716bce --- /dev/null +++ b/libraries/evas/src/modules/engines/gl_common/shader/img_frag_s3c6410.asm @@ -0,0 +1,26 @@ + +#------------------------------------------------- +# 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.zyxw, v1.xyzw # gl_FragColor=oColor.xyzw, col=v1.xyzw +label main_end +ret -- cgit v1.1