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
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
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