Quoting Eric Engestrom (2018-07-24 07:55:03)
> On Tuesday, 2018-07-24 18:15:54 +0530, Harish Krupo wrote:
> > Hi Eric,
> >
> > Eric Engestrom writes:
> >
> > > On Sunday, 2018-07-08 12:53:00 +0530, Harish Krupo wrote:
> > >> Clamp the x and y co-ordinates of the rectangles.
> > >>
> > >> v2: Cl
On Tuesday, 2018-07-24 18:15:54 +0530, Harish Krupo wrote:
> Hi Eric,
>
> Eric Engestrom writes:
>
> > On Sunday, 2018-07-08 12:53:00 +0530, Harish Krupo wrote:
> >> Clamp the x and y co-ordinates of the rectangles.
> >>
> >> v2: Clamp width/height after converting to co-ordinates
> >> (Ili
Hi Eric,
Eric Engestrom writes:
> On Sunday, 2018-07-08 12:53:00 +0530, Harish Krupo wrote:
>> Clamp the x and y co-ordinates of the rectangles.
>>
>> v2: Clamp width/height after converting to co-ordinates
>> (Ilia Merkin)
>>
>> Signed-off-by: Harish Krupo
>> ---
>> src/egl/main/eglapi.
On Sunday, 2018-07-08 12:53:00 +0530, Harish Krupo wrote:
> Clamp the x and y co-ordinates of the rectangles.
>
> v2: Clamp width/height after converting to co-ordinates
> (Ilia Merkin)
>
> Signed-off-by: Harish Krupo
> ---
> src/egl/main/eglapi.c | 25 +++--
> 1 file ch
Reviewed-by: Tapani Pälli
On 07/08/2018 10:23 AM, Harish Krupo wrote:
Clamp the x and y co-ordinates of the rectangles.
v2: Clamp width/height after converting to co-ordinates
(Ilia Merkin)
Signed-off-by: Harish Krupo
---
src/egl/main/eglapi.c | 25 +++--
1 file c
Looks good for me.
Reviewed-by: Qiang Yu
Regards,
Qiang
On Thu, Jul 12, 2018 at 12:28 AM Harish Krupo
wrote:
>
>
> Harish Krupo writes:
>
> > Clamp the x and y co-ordinates of the rectangles.
> >
> > v2: Clamp width/height after converting to co-ordinates
> > (Ilia Merkin)
> >
> > Signed-of
Harish Krupo writes:
> Clamp the x and y co-ordinates of the rectangles.
>
> v2: Clamp width/height after converting to co-ordinates
> (Ilia Merkin)
>
> Signed-off-by: Harish Krupo
> ---
> src/egl/main/eglapi.c | 25 +++--
> 1 file changed, 11 insertions(+), 14 deletion
Clamp the x and y co-ordinates of the rectangles.
v2: Clamp width/height after converting to co-ordinates
(Ilia Merkin)
Signed-off-by: Harish Krupo
---
src/egl/main/eglapi.c | 25 +++--
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/src/egl/main/eglapi.c