Re: [Mesa-dev] [PATCH v2] main: fix basename match's check if it's an array or struct

2015-10-29 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 10/29/2015 09:43 AM, Samuel Iglesias Gonsalvez wrote: Commit 4565b6f did not update the basename match's check for the case that string would exactly match the name of the variable if the suffix "[0]" were appended to it. Fixes two dEQP-GLES31 tests: dEQP-GLES31.f

[Mesa-dev] [PATCH v2] main: fix basename match's check if it's an array or struct

2015-10-29 Thread Samuel Iglesias Gonsalvez
Commit 4565b6f did not update the basename match's check for the case that string would exactly match the name of the variable if the suffix "[0]" were appended to it. Fixes two dEQP-GLES31 tests: dEQP-GLES31.functional.program_interface_query.shader_storage_block.resource_list.block_array dEQP-G