GNOME Bugzilla – Bug 744203
gdkgl shaders use depricated GLSL version
Last modified: 2015-02-10 03:32:29 UTC
Created attachment 296431 [details] [review] GdkGL shaders should use shader version 1.50 Inline shaders gdkgl specify GLSL version 1.20 but this GLSL version is depricated in 3.2 core contexts which means they may not compile on forward compatible contexts. This is the case with the latest fglrx drivers. A patch is attached.
thanks, pushed to master.