commit | 54f72d9df8d5a2e9f9cd0ae10a57ed56dbf6a020 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Sep 28 18:28:07 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Mon Sep 28 18:28:07 2009 -0700 |
tree | ddeadffddc1beb865137039f7415263fd8ba85cd | |
parent | 82c78b83e3950a26d51da33ffb91bc808ce036f6 [diff] [blame] |
Don't ask for pbuffer support, because we don't use any pbuffers.
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 @@ 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 };