Re: [Mesa-dev] [PATCH 3/3] egl: annotate dri2_egl_display_vtbl as const data

2017-05-15 Thread Eric Engestrom
On Monday, 2017-05-15 16:14:17 +0100, Emil Velikov wrote: > From: Emil Velikov > > With the final place that modifies the vtbl removed as of last commit we > can annotate the symbols accordingly. > > Signed-off-by: Emil Velikov Nice! Series is: Reviewed-by: Eric Engestrom > --- > src/egl/d

[Mesa-dev] [PATCH 3/3] egl: annotate dri2_egl_display_vtbl as const data

2017-05-15 Thread Emil Velikov
From: Emil Velikov With the final place that modifies the vtbl removed as of last commit we can annotate the symbols accordingly. Signed-off-by: Emil Velikov --- src/egl/drivers/dri2/platform_android.c | 2 +- src/egl/drivers/dri2/platform_drm.c | 2 +- src/egl/drivers/dri2/platfor