Re: [Mesa-dev] [PATCH] mesa: support arrays of structures in GetProgramResourceIndex

2015-07-30 Thread Tapani Pälli
On 07/30/2015 12:48 PM, Timothy Arceri wrote: On Thu, 2015-07-30 at 19:40 +1000, Timothy Arceri wrote: On Thu, 2015-07-30 at 09:44 +0300, Tapani Pälli wrote: This fixes a lot of failing tests in: ES31-CTS.program_interface_query.uniform-types Signed-off-by: Tapani Pälli --- src/mesa/mai

Re: [Mesa-dev] [PATCH] mesa: support arrays of structures in GetProgramResourceIndex

2015-07-30 Thread Timothy Arceri
On Thu, 2015-07-30 at 19:40 +1000, Timothy Arceri wrote: > On Thu, 2015-07-30 at 09:44 +0300, Tapani Pälli wrote: > > This fixes a lot of failing tests in: > >ES31-CTS.program_interface_query.uniform-types > > > > Signed-off-by: Tapani Pälli > > --- > > src/mesa/main/program_resource.c | 7 +

Re: [Mesa-dev] [PATCH] mesa: support arrays of structures in GetProgramResourceIndex

2015-07-30 Thread Timothy Arceri
On Thu, 2015-07-30 at 09:44 +0300, Tapani Pälli wrote: > This fixes a lot of failing tests in: >ES31-CTS.program_interface_query.uniform-types > > Signed-off-by: Tapani Pälli > --- > src/mesa/main/program_resource.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --g

[Mesa-dev] [PATCH] mesa: support arrays of structures in GetProgramResourceIndex

2015-07-29 Thread Tapani Pälli
This fixes a lot of failing tests in: ES31-CTS.program_interface_query.uniform-types Signed-off-by: Tapani Pälli --- src/mesa/main/program_resource.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/program_resource.c b/src/mesa/main/program_resource.c