GNOME Bugzilla – Bug 696404
st-scroll-view-fade: Don't fade out gradient
Last modified: 2013-03-22 18:56:47 UTC
See patch, has been found during the test day yesterday.
Created attachment 239557 [details] [review] st-scroll-view-fade: Don't fade out gradient The changes from commit b4f5f1e4617434 and b394d184cc7fa6 increased the instructions required for the fade fragment shader. This is over the limit for some hardware (like intel gen3), which causes the driver to fallback to software rendering for the shader. The result is that painting a scrollview that has a fade effect takes around 30 (!!) seconds. So lets go back to the old effect for 3.8 until we find a solution.
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=924396
Review of attachment 239557 [details] [review]: Let's do this for now. I wasn't 100% happy with how the fade looked anyway.
Attachment 239557 [details] pushed as 6ef9ab6 - st-scroll-view-fade: Don't fade out gradient