Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-30 Thread Timothy Arceri
On Mon, 2015-06-29 at 13:49 +0300, Tapani Pälli wrote: On 06/27/2015 02:14 AM, Timothy Arceri wrote: Add a 3D array test and fix the expected result for an array without a subscript attached to the name. The arb_program_interface_query spec says: If name exactly matches the name

Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-30 Thread Tapani Pälli
On 06/30/2015 12:48 PM, Timothy Arceri wrote: On Mon, 2015-06-29 at 13:49 +0300, Tapani Pälli wrote: On 06/27/2015 02:14 AM, Timothy Arceri wrote: Add a 3D array test and fix the expected result for an array without a subscript attached to the name. The arb_program_interface_query spec

Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-30 Thread Timothy Arceri
On Tue, 2015-06-30 at 13:24 +0300, Tapani Pälli wrote: On 06/30/2015 12:48 PM, Timothy Arceri wrote: On Mon, 2015-06-29 at 13:49 +0300, Tapani Pälli wrote: On 06/27/2015 02:14 AM, Timothy Arceri wrote: Add a 3D array test and fix the expected result for an array without a

Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-29 Thread Tapani Pälli
On 06/27/2015 02:14 AM, Timothy Arceri wrote: Add a 3D array test and fix the expected result for an array without a subscript attached to the name. The arb_program_interface_query spec says: If name exactly matches the name string of one of the active resources for programInterface, the

[Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-26 Thread Timothy Arceri
Add a 3D array test and fix the expected result for an array without a subscript attached to the name. The arb_program_interface_query spec says: If name exactly matches the name string of one of the active resources for programInterface, the index of the matched resource is returned.