Re: [Mesa-dev] [PATCH] gallium: create a debug screen wrapper around swrast screens

2016-11-23 Thread Emil Velikov
On 20 November 2016 at 16:28, Ilia Mirkin wrote: > Thanks Marek. > > Emil, I'd appreciate it if you could have a look as well. I believe > you were the last to touch these helpers. I'm highly confused by the > flow of things, and mainly want to ensure that we don't warp the same > screen *twice*.

Re: [Mesa-dev] [PATCH] gallium: create a debug screen wrapper around swrast screens

2016-11-20 Thread Ilia Mirkin
Thanks Marek. Emil, I'd appreciate it if you could have a look as well. I believe you were the last to touch these helpers. I'm highly confused by the flow of things, and mainly want to ensure that we don't warp the same screen *twice*. Cheers, -ilia On Sun, Nov 20, 2016 at 10:56 AM, Marek Ol

Re: [Mesa-dev] [PATCH] gallium: create a debug screen wrapper around swrast screens

2016-11-20 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Nov 20, 2016 at 3:42 AM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > src/gallium/auxiliary/target-helpers/inline_sw_helper.h | 3 +++ > src/gallium/auxiliary/target-helpers/sw_helper.h| 3 +++ > 2 files changed, 6 insertions(+) > > di

[Mesa-dev] [PATCH] gallium: create a debug screen wrapper around swrast screens

2016-11-19 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/target-helpers/inline_sw_helper.h | 3 +++ src/gallium/auxiliary/target-helpers/sw_helper.h| 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/gallium/auxiliary/target-helpers/inline_sw_helper.h b/src/gallium/auxiliary/target-h