summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2014-11-01 14:31:09 +0100
committerMarek Olšák <marek.olsak@amd.com>2014-11-14 16:16:12 +0100
commit363b53f00069af718f64cf047f19ad5681a8bf6d (patch)
treecab1f46ea9183b27ffa7ee954b3d01779abf4fd3 /src
parentc46c551c56f78c6bf9e63524c89478695fc4f525 (diff)
downloadexternal_mesa3d-363b53f00069af718f64cf047f19ad5681a8bf6d.zip
external_mesa3d-363b53f00069af718f64cf047f19ad5681a8bf6d.tar.gz
external_mesa3d-363b53f00069af718f64cf047f19ad5681a8bf6d.tar.bz2
egl: remove egl_gallium from the loader
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Eric Anholt <eric@anholt.net> Informally acked-by: Jose Fonseca
Diffstat (limited to 'src')
-rw-r--r--src/egl/main/egldriver.c14
1 files changed, 0 insertions, 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();
}