From ea05299ce54ea0463626277907cab8e849884740 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 17 Jun 2010 23:45:41 +0800 Subject: st/egl: One driver per hardware. Merge multiple egl__.so into a single egl_gallium_.so. The environment variable EGL_PLATFORM is now used to modify the return value of _eglGetNativePlatform. --- src/egl/main/egldriver.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/egl/main/egldriver.h') diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index 6a52374764..8b34c43b92 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -3,7 +3,6 @@ #include "egltypedefs.h" -#include "egldisplay.h" #include "eglapi.h" @@ -89,10 +88,6 @@ extern _EGLDriver * _eglLoadDefaultDriver(EGLDisplay dpy, EGLint *major, EGLint *minor); -extern _EGLPlatformType -_eglGetNativePlatform(void); - - PUBLIC void _eglInitDriverFallbacks(_EGLDriver *drv); -- cgit v1.2.3