From 3001a035439d8134a7d70d796376d1dfbff3cdcd Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 19 Feb 2009 10:57:31 -0800 Subject: auto import from //branches/cupcake/...@132276 --- opengl/libs/EGL/egl.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'opengl/libs') diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 3f33b67..e35773e 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -530,13 +530,7 @@ EGLDisplay eglGetDisplay(NativeDisplayType display) property_get("debug.egl.hw", value, "1"); if (atoi(value) != 0) { cnx->hooks = &gHooks[IMPL_HARDWARE]; - property_get("debug.egl.profiler", value, "0"); - if (atoi(value) == 0) { - cnx->dso = load_driver("libhgl.so", cnx->hooks); - } else { - LOGW("Using instrumented h/w OpenGL ES library"); - cnx->dso = load_driver("libhgld.so", cnx->hooks); - } + cnx->dso = load_driver("libhgl.so", cnx->hooks); } else { LOGD("3D hardware acceleration is disabled"); } -- cgit v1.1