~vanvugt/compiz-plugins-main/fix-1084386

« back to all changes in this revision

Viewing changes to colorfilter/data/filters/grayscale

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:36:10 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812063610-8mcxo2xohctyp2ak
Sync - Remove Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
!!ARBfp1.0
2
 
TEMP tex;
3
 
TEX tex, fragment.texcoord[0], texture[0], RECT;
4
 
DP3 tex.r, tex, {0.33333, 0.33333, 0.33333, 0};
5
 
MOV result.color, tex.rrra;
6
 
END