summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-09-28 18:28:07 -0700
committerJack Palevich <jackpal@google.com>2009-09-28 18:28:07 -0700
commit54f72d9df8d5a2e9f9cd0ae10a57ed56dbf6a020 (patch)
treeddeadffddc1beb865137039f7415263fd8ba85cd /opengl
parent82c78b83e3950a26d51da33ffb91bc808ce036f6 (diff)
downloadframeworks_base-54f72d9df8d5a2e9f9cd0ae10a57ed56dbf6a020.zip
frameworks_base-54f72d9df8d5a2e9f9cd0ae10a57ed56dbf6a020.tar.gz
frameworks_base-54f72d9df8d5a2e9f9cd0ae10a57ed56dbf6a020.tar.bz2
Don't ask for pbuffer support, because we don't use any pbuffers.
Diffstat (limited to 'opengl')
-rw-r--r--opengl/tests/tritex/tritex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/tritex/tritex.cpp b/opengl/tests/tritex/tritex.cpp
index 629b53c..3365ab4 100644
--- a/opengl/tests/tritex/tritex.cpp
+++ b/opengl/tests/tritex/tritex.cpp
@@ -123,7 +123,7 @@ int init_gl_surface(void)
EGLConfig myConfig = {0};
EGLint attrib[] =
{
- EGL_SURFACE_TYPE, EGL_PBUFFER_BIT|EGL_WINDOW_BIT,
+ EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
EGL_DEPTH_SIZE, 16,
EGL_NONE
};