glsl: allow default qualifiers for shader storage block definitions
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Thu, 3 Sep 2015 10:00:16 +0000 (12:00 +0200)
committerSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Fri, 25 Sep 2015 06:39:21 +0000 (08:39 +0200)
commita40f917c4b0100a7ec9a97a12ce0959f83a3f61b
tree48cdd986502c22d5809f4d7e3155d02dd165f62c
parent3763a0e0a740ccbb5d8e0912361a7ed97111751c
glsl: allow default qualifiers for shader storage block definitions

This kind of definitions:

    layout(xxx) buffer;

was not supported by commit 84fc5fece006.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/glsl/glsl_parser.yy
src/glsl/glsl_parser_extras.cpp
src/glsl/glsl_parser_extras.h