Re: [Mesa-dev] [PATCH 04/11] glsl: interface blocks must be declared at global scope

2015-01-19 Thread Ian Romanick
On 01/19/2015 03:32 AM, Eduardo Lima Mitev wrote: > From: Iago Toral Quiroga > > Fixes the following 2 dEQP tests: > dEQP-GLES3.functional.shaders.declarations.invalid_declarations.uniform_block_in_main_vertex > dEQP-GLES3.functional.shaders.declarations.invalid_declarations.uniform_block_in_main

[Mesa-dev] [PATCH 04/11] glsl: interface blocks must be declared at global scope

2015-01-19 Thread Eduardo Lima Mitev
From: Iago Toral Quiroga Fixes the following 2 dEQP tests: dEQP-GLES3.functional.shaders.declarations.invalid_declarations.uniform_block_in_main_vertex dEQP-GLES3.functional.shaders.declarations.invalid_declarations.uniform_block_in_main_fragment --- src/glsl/ast_to_hir.cpp | 8 1 file