Re: [Mesa-dev] [PATCH 04/25] egl/wl: Call dri2_swap_interval() statically

2014-02-11 Thread Ian Romanick
On 02/09/2014 01:37 PM, Chad Versace wrote: > Don't call it through the driver dispatch table. Just call it > statically. > > This prepares for the EGL platform extensions. Since this also modifies platform_x11.c, the commit message should reflect that. > Signed-off-by: Chad Versace > --- > sr

[Mesa-dev] [PATCH 04/25] egl/wl: Call dri2_swap_interval() statically

2014-02-09 Thread Chad Versace
Don't call it through the driver dispatch table. Just call it statically. This prepares for the EGL platform extensions. Signed-off-by: Chad Versace --- src/egl/drivers/dri2/platform_wayland.c | 6 +- src/egl/drivers/dri2/platform_x11.c | 6 +- 2 files changed, 10 insertions(+), 2 d