glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function.
authorEric Anholt <eric@anholt.net>
Fri, 13 Apr 2012 20:51:34 +0000 (13:51 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 16 Apr 2012 18:59:29 +0000 (11:59 -0700)
commit4ec449a6ed1d2cea3bf83d6518b3b352ce5daceb
tree4b6f808d47d72d6c22a28a5c9eda1710206c36b4
parentacd4024e0a0096c351a7143f908e029df53b1fdf
glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/linker.cpp