[Mesa-dev] [PATCH 2/2] egl: remove egl_gallium from the loader

Marek Olšák maraeo at gmail.com
Tue Nov 4 14:42:45 PST 2014


From: Marek Olšák <marek.olsak at amd.com>

---
 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 78d8130..8cf777d 100644
--- a/src/egl/main/egldriver.c
+++ b/src/egl/main/egldriver.c
@@ -518,19 +518,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.
  */
 static void
@@ -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.1.0



More information about the mesa-dev mailing list