summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2014-02-18 09:36:08 -0800
committerIan Romanick <[email protected]>2014-02-19 15:08:50 -0800
commit2c85fd5a964a78c9f7a93994fb79f1723c6f45b5 (patch)
tree5c3a318c34435a92e7f35f10981fefabaed8ef1a /.dir-locals.el
parent0bd78926304e72ef3566e977d0cb5a959d86b809 (diff)
glsl: Only warn for macro names containing __
From page 14 (page 20 of the PDF) of the GLSL 1.10 spec: "In addition, all identifiers containing two consecutive underscores (__) are reserved as possible future keywords." The intention is that names containing __ are reserved for internal use by the implementation, and names prefixed with GL_ are reserved for use by Khronos. Names simply containing __ are dangerous to use, but should be allowed. Per the Khronos bug mentioned below, a future version of the GLSL specification will clarify this. Signed-off-by: Ian Romanick <[email protected]> Cc: "9.2 10.0 10.1" <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Tested-by: Kenneth Graunke <[email protected]> Reviewed-by: Anuj Phogat <[email protected]> Tested-by: Darius Spitznagel <[email protected]> Cc: Tapani Pälli <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71870 Bugzilla: Khronos #11702
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions