Re: [Mesa-dev] [PATCH 1/2] egl/drm: Fix misused x and y offsets on swrast_put_image2()

2017-07-18 Thread Eric Engestrom
On Tuesday, 2017-07-18 03:11:50 +0900, Gwan-gyeong Mun wrote: > It fixes misused x and y offsets on the calculation of the memory copy > regions. > And it adds limits of the height and the width on the copy region. > > Signed-off-by: Mun Gwan-gyeong Fixes: 8430af5ebe1ee8119e14 "Add support for

[Mesa-dev] [PATCH 1/2] egl/drm: Fix misused x and y offsets on swrast_put_image2()

2017-07-17 Thread Gwan-gyeong Mun
It fixes misused x and y offsets on the calculation of the memory copy regions. And it adds limits of the height and the width on the copy region. Signed-off-by: Mun Gwan-gyeong --- src/egl/drivers/dri2/platform_drm.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff