Re: [Mesa-dev] [PATCH 02/25] egl/dri2: Move dri2_egl_display virtual funcs to vtbl

2014-02-11 Thread Ian Romanick
On 02/09/2014 01:37 PM, Chad Versace wrote: > dri2_egl_display has only one virtual function, 'authenticate'. Define > dri2_egl_display::vtbl and move 'authenticate' there. > > This prepares for the EGL platform extensions, which will add many > more virtual functions to dri2_egl_display. > > Si

[Mesa-dev] [PATCH 02/25] egl/dri2: Move dri2_egl_display virtual funcs to vtbl

2014-02-09 Thread Chad Versace
dri2_egl_display has only one virtual function, 'authenticate'. Define dri2_egl_display::vtbl and move 'authenticate' there. This prepares for the EGL platform extensions, which will add many more virtual functions to dri2_egl_display. Signed-off-by: Chad Versace --- src/egl/drivers/dri2/egl_d