summaryrefslogtreecommitdiffstats
path: root/opengl/libs/egl_impl.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-28 17:39:03 -0700
committerMathias Agopian <mathias@google.com>2009-05-28 20:31:40 -0700
commit9d17c057bdb9da5fa991a2c3efebe453106ca0a7 (patch)
tree13c7d86fc365a810213910f2ccf62967db55831b /opengl/libs/egl_impl.h
parente9d7445acea438b731273ac91114426bf1e5056c (diff)
downloadframeworks_base-9d17c057bdb9da5fa991a2c3efebe453106ca0a7.zip
frameworks_base-9d17c057bdb9da5fa991a2c3efebe453106ca0a7.tar.gz
frameworks_base-9d17c057bdb9da5fa991a2c3efebe453106ca0a7.tar.bz2
implement a real loader for EGL drivers
we now look for a config file in /system/lib/egl/egl.cfg that describes the association of a display to a driver. these drivers are named: /system/lib/egl/lib{[EGL|GLESv1_CM|GLESv2] | GLES}_$TAG.so
Diffstat (limited to 'opengl/libs/egl_impl.h')
-rw-r--r--opengl/libs/egl_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h
index 80455d0..c5f753d 100644
--- a/opengl/libs/egl_impl.h
+++ b/opengl/libs/egl_impl.h
@@ -31,7 +31,7 @@ struct gl_hooks_t;
struct egl_connection_t
{
- void volatile * dso;
+ void * dso;
gl_hooks_t * hooks;
EGLint major;
EGLint minor;