Re: [Mesa-dev] [PATCH] swrast: Fix the coordinates passed to _mesa_regions_overlap()

2015-11-24 Thread Anuj Phogat
On Mon, Nov 23, 2015 at 8:29 PM, Matt Turner wrote: > On Mon, Nov 23, 2015 at 5:35 PM, Anuj Phogat wrote: >> Cc: "11.1" >> Signed-off-by: Anuj Phogat >> --- >> src/mesa/swrast/s_copypix.c | 6 -- >> 1 file changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/src/mesa/swrast/s_copypi

Re: [Mesa-dev] [PATCH] swrast: Fix the coordinates passed to _mesa_regions_overlap()

2015-11-23 Thread Matt Turner
On Mon, Nov 23, 2015 at 5:35 PM, Anuj Phogat wrote: > Cc: "11.1" > Signed-off-by: Anuj Phogat > --- > src/mesa/swrast/s_copypix.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c > index 0dbccc0..31e1d3d 100

[Mesa-dev] [PATCH] swrast: Fix the coordinates passed to _mesa_regions_overlap()

2015-11-23 Thread Anuj Phogat
Cc: "11.1" Signed-off-by: Anuj Phogat --- src/mesa/swrast/s_copypix.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index 0dbccc0..31e1d3d 100644 --- a/src/mesa/swrast/s_copypix.c +++ b/src/mesa/swrast/s_copypi