commit | 417dc8081ba123fb93c34a3b14cd174dbce702f5 | [log] [tgz] |
---|---|---|
author | Paul Berry <stereotype441@gmail.com> | Tue Aug 06 12:17:17 2013 -0700 |
committer | Paul Berry <stereotype441@gmail.com> | Fri Aug 09 10:35:06 2013 -0700 |
tree | 0a4a8e3a5fabbe547326d9628846a3697a608945 | |
parent | 13fedf2883c7a1d7ff911b75eb88df00ba22eea7 [diff] |
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>