Re: [Mesa-dev] [PATCH v2 3/4] i965/screen: Report the correct number of image planes

2017-09-06 Thread Emil Velikov
On 5 September 2017 at 19:31, Jason Ekstrand wrote: > On Tue, Sep 5, 2017 at 10:25 AM, Emil Velikov > wrote: >> >> Hi Jason, >> >> On 5 September 2017 at 16:48, Jason Ekstrand wrote: >> > For non-CCS images, we were reporting just one plane even though they >> > may have multiple in the case of

Re: [Mesa-dev] [PATCH v2 3/4] i965/screen: Report the correct number of image planes

2017-09-05 Thread Jason Ekstrand
On Tue, Sep 5, 2017 at 10:25 AM, Emil Velikov wrote: > Hi Jason, > > On 5 September 2017 at 16:48, Jason Ekstrand wrote: > > For non-CCS images, we were reporting just one plane even though they > > may have multiple in the case of YUV. > > > > Reviewed-by: Ben Widawsky > I think we want this f

Re: [Mesa-dev] [PATCH v2 3/4] i965/screen: Report the correct number of image planes

2017-09-05 Thread Emil Velikov
Hi Jason, On 5 September 2017 at 16:48, Jason Ekstrand wrote: > For non-CCS images, we were reporting just one plane even though they > may have multiple in the case of YUV. > > Reviewed-by: Ben Widawsky I think we want this for stable, right? The series looks good, FWIW Reviewed-by: Emil Velik

[Mesa-dev] [PATCH v2 3/4] i965/screen: Report the correct number of image planes

2017-09-05 Thread Jason Ekstrand
For non-CCS images, we were reporting just one plane even though they may have multiple in the case of YUV. Reviewed-by: Ben Widawsky --- src/mesa/drivers/dri/i965/intel_screen.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_screen.c