Re: [Mesa-dev] [PATCH 4/5] intel/isl: Assert that we don't use CCS for storage images

2017-02-02 Thread Chad Versace
On Wed 01 Feb 2017, Jason Ekstrand wrote: > I enabled CCS for storage images in the Vulkan driver and ran it through > the CTS. It didn't result in any hangs but it demonstrated that the data > port cannot handle CCS. > --- > src/intel/isl/isl_surface_state.c | 6 ++ > 1 file changed, 6 inser

[Mesa-dev] [PATCH 4/5] intel/isl: Assert that we don't use CCS for storage images

2017-02-01 Thread Jason Ekstrand
I enabled CCS for storage images in the Vulkan driver and ran it through the CTS. It didn't result in any hangs but it demonstrated that the data port cannot handle CCS. --- src/intel/isl/isl_surface_state.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/intel/isl/isl_surface_state