summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-10-11 17:58:10 +0800
committerChia-I Wu <olvaffe@gmail.com>2011-03-16 20:18:39 +0800
commitf60af24be798723829478f726da53471c38a20f1 (patch)
tree20f97de6a84d93617003b5c7fa5e0f38914e2319 /src/egl/main/egldriver.h
parent17cd318e4131454063fae3174be945450ec1e263 (diff)
android: Add new classic EGL driver for Android.
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 3cde102d12..7db2fcbc4c 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -59,6 +59,10 @@ _eglBuiltInDriverGALLIUM(const char *args);
extern _EGLDriver *
+_eglBuiltInDriverANDROID(const char *args);
+
+
+extern _EGLDriver *
_eglBuiltInDriverDRI2(const char *args);