[427/906] rgb_to_curve: save up a texture indirection
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Sun, 25 Apr 2010 08:31:01 +0000 (10:31 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:39 +0000 (18:36 +0100)
commitb59d050e84fb90f6385bb02e26561c76d20340a0
tree2411bbcbe536d6dc49990898bc237fd8ef883674
parentf6b0a1db7b5bada6819585f88f57180df5a81809
[427/906] rgb_to_curve: save up a texture indirection

Apparently assigning gl_TexCoord to a temp count as an indirection.
Using it directly avoids it and limits indirections to four not
exceeding i915 limit. Now xpro effect works on i915.
gst/gl/effects/gstgleffectssources.c