summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorAlejandro Piñeiro <[email protected]>2016-04-01 09:11:15 +0200
committerAlejandro Piñeiro <[email protected]>2016-04-01 09:54:09 +0200
commitcd7d631c71bb1342a6607a193918ccb3289c0bbf (patch)
tree7e51f41641cfa530f48be95c75c2bd419dcfe0cb /src/mesa/drivers
parentdf03be196abc34bdf29ff1119099e1477a991ad3 (diff)
glsl: do not raise unitialized variable warnings on builtins/reserved GL variables
Needed because not all the built-in variables are marked as system values, so they still have the mode ir_var_auto. Right now it fixes raising the warning when gl_GlobalInvocationID and gl_LocalInvocationIndex are used. v2: use is_gl_identifier instead of filtering for some names (Ilia Mirkin) Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
0 files changed, 0 insertions, 0 deletions