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

2015-10-28 Thread Samuel Iglesias Gonsálvez
On 28/10/15 13:41, Tapani Pälli wrote: > On 10/28/2015 12:16 PM, Samuel Iglesias Gonsálvez wrote: >> >> On 28/10/15 11:13, Samuel Iglesias Gonsálvez wrote: >>> >>> On 28/10/15 10:31, Tapani Pälli wrote: On 10/28/2015 09:09 AM, Samuel Iglesias Gonsálvez wrote: > On 28/10/15 06:53, Tapani

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

2015-10-28 Thread Tapani Pälli
On 10/28/2015 12:16 PM, Samuel Iglesias Gonsálvez wrote: On 28/10/15 11:13, Samuel Iglesias Gonsálvez wrote: On 28/10/15 10:31, Tapani Pälli wrote: On 10/28/2015 09:09 AM, Samuel Iglesias Gonsálvez wrote: On 28/10/15 06:53, Tapani Pälli wrote: On 10/27/2015 04:04 PM, Samuel Iglesias Gonsalv

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

2015-10-28 Thread Samuel Iglesias Gonsálvez
On 28/10/15 11:13, Samuel Iglesias Gonsálvez wrote: > > > On 28/10/15 10:31, Tapani Pälli wrote: >> On 10/28/2015 09:09 AM, Samuel Iglesias Gonsálvez wrote: >>> >>> On 28/10/15 06:53, Tapani Pälli wrote: On 10/27/2015 04:04 PM, Samuel Iglesias Gonsalvez wrote: > Commit 4565b6f did not

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

2015-10-28 Thread Samuel Iglesias Gonsálvez
On 28/10/15 10:31, Tapani Pälli wrote: > On 10/28/2015 09:09 AM, Samuel Iglesias Gonsálvez wrote: >> >> On 28/10/15 06:53, Tapani Pälli wrote: >>> On 10/27/2015 04:04 PM, Samuel Iglesias Gonsalvez wrote: Commit 4565b6f did not update the basename match's check for the case that string w

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

2015-10-28 Thread Tapani Pälli
On 10/28/2015 09:09 AM, Samuel Iglesias Gonsálvez wrote: On 28/10/15 06:53, Tapani Pälli wrote: On 10/27/2015 04:04 PM, 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

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

2015-10-28 Thread Samuel Iglesias Gonsálvez
On 28/10/15 06:53, Tapani Pälli wrote: > On 10/27/2015 04:04 PM, 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-G

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

2015-10-27 Thread Tapani Pälli
On 10/27/2015 04:04 PM, 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.functional.program_interface_

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

2015-10-27 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