After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744203 - gdkgl shaders use depricated GLSL version
gdkgl shaders use depricated GLSL version
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-02-10 01:18 UTC by Niels Nesse
Modified: 2015-02-10 03:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GdkGL shaders should use shader version 1.50 (1.65 KB, patch)
2015-02-10 01:18 UTC, Niels Nesse
none Details | Review

Description Niels Nesse 2015-02-10 01:18:48 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.
Comment 1 Emmanuele Bassi (:ebassi) 2015-02-10 03:32:29 UTC
thanks, pushed to master.