glsl: fix #version 150 not working with profiles
authorMatthew Waters <matthew@centricular.com>
Tue, 1 Nov 2016 06:30:03 +0000 (17:30 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:23 +0000 (19:32 +0000)
commit8faebcf915f6792a94a45be0ed9b47c622f1c667
tree2f2b5d9c4643480b383c8a6d94101f0dd0bf7d8a
parenta3968fa896dbb6bcd04eecb0dbe768987fe39912
glsl: fix #version 150 not working with profiles

The spec allows the core/compatibility profiles to be used
with #version 150.

Also tighten up the tests to check for default profiles being chosen
correctly.
gst-libs/gst/gl/gstglsl.c
tests/check/libs/gstglsl.c