glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.
authorPaul Berry <stereotype441@gmail.com>
Tue, 6 Aug 2013 19:17:17 +0000 (12:17 -0700)
committerPaul Berry <stereotype441@gmail.com>
Fri, 9 Aug 2013 17:35:06 +0000 (10:35 -0700)
commit417dc8081ba123fb93c34a3b14cd174dbce702f5
tree0a4a8e3a5fabbe547326d9628846a3697a608945
parent13fedf2883c7a1d7ff911b75eb88df00ba22eea7
glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.

GLSL 1.50 incorporates the functionality of the
ARB_fragment_coord_conventions extension, so we need to make this
functionality available even if the extension isn't enabled.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/ast_to_hir.cpp
src/glsl/glsl_parser.yy