Re: [Mesa-dev] [PATCH] anv: enable sampling from fast-cleared images on SKL

2017-03-24 Thread Nanley Chery
On Mar 23, 2017 11:00 PM, "Samuel Iglesias Gonsálvez" wrote: On Thu, 2017-03-23 at 11:09 -0700, Nanley Chery wrote: > On Thu, Mar 23, 2017 at 12:25:28PM +0100, Samuel Iglesias Gonsálvez > wrote: > > A resolve is not needed on Skylake in this case. We were forcing > > a resolve because we set the

Re: [Mesa-dev] [PATCH] anv: enable sampling from fast-cleared images on SKL

2017-03-23 Thread Samuel Iglesias Gonsálvez
On Thu, 2017-03-23 at 11:09 -0700, Nanley Chery wrote: > On Thu, Mar 23, 2017 at 12:25:28PM +0100, Samuel Iglesias Gonsálvez > wrote: > > A resolve is not needed on Skylake in this case. We were forcing > > a resolve because we set the input_aux_usage to ISL_AUX_USAGE_NONE. > > > > Signed-off-by:

Re: [Mesa-dev] [PATCH] anv: enable sampling from fast-cleared images on SKL

2017-03-23 Thread Nanley Chery
On Thu, Mar 23, 2017 at 12:25:28PM +0100, Samuel Iglesias Gonsálvez wrote: > A resolve is not needed on Skylake in this case. We were forcing > a resolve because we set the input_aux_usage to ISL_AUX_USAGE_NONE. > > Signed-off-by: Samuel Iglesias Gonsálvez > --- > > This doesn't fix the problem

[Mesa-dev] [PATCH] anv: enable sampling from fast-cleared images on SKL

2017-03-23 Thread Samuel Iglesias Gonsálvez
A resolve is not needed on Skylake in this case. We were forcing a resolve because we set the input_aux_usage to ISL_AUX_USAGE_NONE. Signed-off-by: Samuel Iglesias Gonsálvez --- This doesn't fix the problem with BDW but I found it while reviewing the code. src/intel/vulkan/genX_cmd_buffer.c |