Re: [Mesa-dev] [PATCH] isl: Allow multisampled array textures

2016-08-26 Thread Chad Versace
On Fri 26 Aug 2016, Pohjolainen, Topi wrote: > On Thu, Aug 25, 2016 at 03:58:24PM -0700, Jason Ekstrand wrote: > > This probably isn't the only thing that needs to be done to get > > multisampled array textures working in Vulkan but I think this is all that > > ISL really needs and it does fix 8 of

Re: [Mesa-dev] [PATCH] isl: Allow multisampled array textures

2016-08-25 Thread Pohjolainen, Topi
On Thu, Aug 25, 2016 at 03:58:24PM -0700, Jason Ekstrand wrote: > This probably isn't the only thing that needs to be done to get > multisampled array textures working in Vulkan but I think this is all that > ISL really needs and it does fix 8 of the new CTS tests. Reviewed-by: Topi Pohjolainen

[Mesa-dev] [PATCH] isl: Allow multisampled array textures

2016-08-25 Thread Jason Ekstrand
This probably isn't the only thing that needs to be done to get multisampled array textures working in Vulkan but I think this is all that ISL really needs and it does fix 8 of the new CTS tests. --- src/intel/isl/isl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sr