From c84236ed73fe71f477e09df18eefb986ecd07b14 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 28 Nov 2012 17:55:46 -0500 Subject: [PATCH] scroll-view-fade: Use GLSL 1.20 GLSL 1.20 is a better language, and we'll rely on it in future updates. This doesn't have any additional constraints, since GLSL 1.20 was standardized before GLSL-supporting drivers came out. https://bugzilla.gnome.org/show_bug.cgi?id=689249 --- src/st/st-scroll-view-fade.glsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/st/st-scroll-view-fade.glsl b/src/st/st-scroll-view-fade.glsl index 9248fa6f0..4b07642ad 100644 --- a/src/st/st-scroll-view-fade.glsl +++ b/src/st/st-scroll-view-fade.glsl @@ -17,6 +17,8 @@ * along with this program. If not, see . */ +#version 120 + uniform sampler2D tex; uniform float height; uniform float width;