Re: [Mesa-dev] [PATCH 24/25] i965: enable ARB_arrays_of_arrays

2015-08-20 Thread Timothy Arceri
On Thu, 2015-08-20 at 11:31 -0700, Ian Romanick wrote: > With this change, what tests pass / fail in piglit and es31 conformance? All es31 conformance tests pass (there was one failing waiting on an SSBO patch to land). All piglit tests besides interface tests and some indirect sampler tests whic

Re: [Mesa-dev] [PATCH 24/25] i965: enable ARB_arrays_of_arrays

2015-08-20 Thread Ian Romanick
With this change, what tests pass / fail in piglit and es31 conformance? I assume there are still some failures, or does everything work now? On 08/19/2015 09:37 PM, Timothy Arceri wrote: > --- > src/mesa/drivers/dri/i965/intel_extensions.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[Mesa-dev] [PATCH 24/25] i965: enable ARB_arrays_of_arrays

2015-08-19 Thread Timothy Arceri
--- src/mesa/drivers/dri/i965/intel_extensions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c index 0da528b..c0ff61d 100644 --- a/src/mesa/drivers/dri/i965/intel_extensions.c +++ b/src/mesa/drivers/