From 363b53f00069af718f64cf047f19ad5681a8bf6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 1 Nov 2014 14:31:09 +0100 Subject: [PATCH] egl: remove egl_gallium from the loader MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Acked-by: Kristian Høgsberg Reviewed-by: Eric Anholt Informally acked-by: Jose Fonseca --- src/egl/main/egldriver.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/egl/main/egldriver.c b/src/egl/main/egldriver.c index 78d81309265..8cf777de794 100644 --- a/src/egl/main/egldriver.c +++ b/src/egl/main/egldriver.c @@ -517,19 +517,6 @@ _eglAddUserDriver(void) } -/** - * Add egl_gallium to the module array. - */ -static void -_eglAddGalliumDriver(void) -{ -#ifndef _EGL_BUILT_IN_DRIVER_GALLIUM - void *external = (void *) "egl_gallium"; - _eglPreloadForEach(_eglGetSearchPath(), _eglLoaderFile, external); -#endif -} - - /** * Add built-in drivers to the module array. */ @@ -562,7 +549,6 @@ _eglAddDrivers(void) * Add other drivers only when EGL_DRIVER is not set. The order here * decides the priorities. */ - _eglAddGalliumDriver(); _eglAddBuiltInDrivers(); } -- 2.30.2