commit | 63b80f8cc181ded154668e60ac2cf0a6a82d118f | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Wed Sep 01 06:34:58 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Sep 01 07:08:34 2010 -0700 |
tree | 291b818f4ec95f5f8cb59387a1dd03735fdddfb1 | |
parent | c3c25a7ab8507c9c6b21137de03b5d94c2420369 [diff] |
glsl2: Disallow function declarations within function definitions in GLSL 1.20 The GLSL 1.20 spec specifically disallows this, but it was allowed in GLSL 1.10. Fixes piglit test cases local-function-0[13].frag and bugzilla #29921.