Re: [Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-20 Thread Christian Gmeiner
2017-06-20 15:28 GMT+02:00 Lucas Stach : > Am Dienstag, den 20.06.2017, 13:21 +0200 schrieb Christian Gmeiner: >> Hi Lucas, >> >> > this one is a logical follow-up to my piglit fixes series. Since the >> > other patches have landed, it would be nice if you could also land

Re: [Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-20 Thread Christian Gmeiner
2017-06-05 21:11 GMT+02:00 Lucas Stach : > Same as with the colormasks, the blend color needs to be swizzled according > to the rendertarget format. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner greets -- Christian

Re: [Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-20 Thread Wladimir J. van der Laan
On Mon, Jun 05, 2017 at 09:11:02PM +0200, Lucas Stach wrote: > Same as with the colormasks, the blend color needs to be swizzled according > to the rendertarget format. Yes, indeed. Reviewed-by: Wladimir J. van der Laan > Signed-off-by: Lucas Stach > --- >

Re: [Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-20 Thread Lucas Stach
Am Dienstag, den 20.06.2017, 13:21 +0200 schrieb Christian Gmeiner: > Hi Lucas, > > > this one is a logical follow-up to my piglit fixes series. Since the > > other patches have landed, it would be nice if you could also land this > > one. > > > > thanks for the gentle ping :) Will 'process' it

Re: [Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-20 Thread Christian Gmeiner
Hi Lucas, > this one is a logical follow-up to my piglit fixes series. Since the > other patches have landed, it would be nice if you could also land this > one. > thanks for the gentle ping :) Will 'process' it in the evening (and will also have a look at the other open patches on the ml).

Re: [Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-20 Thread Lucas Stach
Hi Christian, this one is a logical follow-up to my piglit fixes series. Since the other patches have landed, it would be nice if you could also land this one. Regards, Lucas Am Montag, den 05.06.2017, 21:11 +0200 schrieb Lucas Stach: > Same as with the colormasks, the blend color needs to be

[Mesa-dev] [PATCH] etnaviv: fix blend color for RB swapped rendertargets

2017-06-05 Thread Lucas Stach
Same as with the colormasks, the blend color needs to be swizzled according to the rendertarget format. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_blend.c| 35 ++ src/gallium/drivers/etnaviv/etnaviv_blend.h| 6 +