Re: [Mesa-dev] [PATCH] egl/drm: fix assert checking of dri2_surf->buffer_count

2017-07-17 Thread Emil Velikov
On 17 July 2017 at 16:47, Gwan-gyeong Mun wrote: > This adds an increment of buffer_count and changes a border value with > ARRAY_SIZE() macro. > > Signed-off-by: Mun Gwan-gyeong > --- > src/egl/drivers/dri2/platform_drm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[Mesa-dev] [PATCH] egl/drm: fix assert checking of dri2_surf->buffer_count

2017-07-17 Thread Gwan-gyeong Mun
This adds an increment of buffer_count and changes a border value with ARRAY_SIZE() macro. Signed-off-by: Mun Gwan-gyeong --- src/egl/drivers/dri2/platform_drm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/platform_drm.c b/src/egl/drivers/dri2/plat