GNOME Bugzilla – Bug 707508
st: Make StScrollViewFade a ClutterShaderEffect
Last modified: 2013-09-04 21:14:34 UTC
While working on bug 707409, I came up with this cleanup. Tested on hardware with and without GLSL support, and the result is as expected in both cases (working effect in the former, no console spam in the latter).
Created attachment 254126 [details] [review] st: Make StScrollViewFade a ClutterShaderEffect The cogl_shader_XXX and cogl_program_YYY APIs have been deprecated this cycle, so port to ClutterShaderEffect instead.
Review of attachment 254126 [details] [review]: OK.
Attachment 254126 [details] pushed as b403845 - st: Make StScrollViewFade a ClutterShaderEffect