Re: [Mesa-dev] [PATCH v2 3/3] glsl: reject memory qualifiers with uniform blocks

2017-05-04 Thread Nicolai Hähnle
On 03.05.2017 18:37, Samuel Pitoiset wrote: The spec allows memory qualifiers to be used with image variables, buffers variables and shader storage blocks. This patch also fixes validate_memory_qualifier_for_type(). Fixes the following ARB_uniform_buffer_object test: uniform-block-memory-qualif

[Mesa-dev] [PATCH v2 3/3] glsl: reject memory qualifiers with uniform blocks

2017-05-03 Thread Samuel Pitoiset
The spec allows memory qualifiers to be used with image variables, buffers variables and shader storage blocks. This patch also fixes validate_memory_qualifier_for_type(). Fixes the following ARB_uniform_buffer_object test: uniform-block-memory-qualifier.frag v2: - rewrite commit message/descrip