summaryrefslogtreecommitdiffstats
path: root/src/getopt
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2013-07-16 11:39:01 -0700
committerKenneth Graunke <[email protected]>2013-07-18 16:57:23 -0700
commit56bcde34b2d3451d81878da17cacccf4d9bba5bc (patch)
tree48a7ab60a56dc26b0a7597dd4eaf4473a28d7347 /src/getopt
parentc397ec94e9a54521a873e84867268c40c73db79c (diff)
glsl: Use has_layout() rather than a partial open coded version.
The idea of this code is to disallow layout(...) sections with the deprecated "varying" or "attribute" keywords, unless a few select extensions are enabled which allow a more relaxed check. In order to detect a layout(...) section, the code checks for a number of layout qualifiers. However, it failed to check for all of them, which could lead to layout(...) not being detected when it should. By replacing this with has_layout(), we properly check for all layout qualifiers, and also guarantees that new qualifiers added in the future will not be forgotten. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/getopt')
0 files changed, 0 insertions, 0 deletions