Re: [Mesa-dev] [PATCH 4/4] gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drm

2016-11-04 Thread Michel Dänzer
On 03/11/16 07:34 PM, Marek Olšák wrote: > If you incorporate Dieter's suggestion to fix FMASK, the series is: > > Reviewed-by: Marek Olšák Thanks, but I prefer keeping the FMASK change separate, I'm leaving that to you or Dieter. I pushed the series with only Nicolai's

Re: [Mesa-dev] [PATCH 4/4] gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drm

2016-11-03 Thread Marek Olšák
If you incorporate Dieter's suggestion to fix FMASK, the series is: Reviewed-by: Marek Olšák Sorry for breaking it so badly. Testing SI on GBM apparently wasn't enough. Marek On Wed, Nov 2, 2016 at 5:09 PM, Nicolai Hähnle wrote: > For the series: > >

Re: [Mesa-dev] [PATCH 4/4] gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drm

2016-11-02 Thread Nicolai Hähnle
For the series: Reviewed-by: Nicolai Hähnle On 02.11.2016 12:11, Michel Dänzer wrote: From: Michel Dänzer For symmetry with surf_drm_to_winsys. Signed-off-by: Michel Dänzer ---

[Mesa-dev] [PATCH 4/4] gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drm

2016-11-02 Thread Michel Dänzer
From: Michel Dänzer For symmetry with surf_drm_to_winsys. Signed-off-by: Michel Dänzer --- src/gallium/winsys/radeon/drm/radeon_drm_surface.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git