~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo

« back to all changes in this revision

Viewing changes to colorfilter/data/filters/sepia

  • Committer: David Barth
  • Date: 2011-03-29 16:36:40 UTC
  • Revision ID: david.barth@canonical.com-20110329163640-fpen5qsoo0lbjode
initial import from compiz-plugins-main_0.9.4git20110322.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!!ARBfp1.0
 
2
TEMP tex, temp;
 
3
TEX tex, fragment.texcoord[0], texture[0], RECT;
 
4
DP3 temp.r, tex, {0.393, 0.769, 0.189, 0};
 
5
DP3 temp.g, tex, {0.349, 0.686, 0.168, 0};
 
6
DP3 temp.b, tex, {0.272, 0.534, 0.131, 0};
 
7
MOV temp.a, tex.a;
 
8
MOV result.color, temp;
 
9
END