summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-15 12:36:51 -0500
committerKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-15 12:36:51 -0500
commit08003e766562ab29fd8bbf79f856108324dde8c8 (patch)
tree96ef9013a5fffa5c88bba5d5c6c4f7f4d5fb5bd3
parentb9139086d18011e99bab2617870430d67c7a0771 (diff)
Pick a visual with a depth buffer for the gears test case.
-rw-r--r--test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.c b/test.c
index e3ba5c8..da1c078 100644
--- a/test.c
+++ b/test.c
@@ -64,8 +64,7 @@ static void run(EGLDisplay display, EGLSurface surface, EGLConfig config,
}
static const EGLint config_attribs[] = {
- EGL_DEPTH_SIZE, 0,
- EGL_STENCIL_SIZE, 0,
+ EGL_DEPTH_SIZE, 24,
EGL_CONFIG_CAVEAT, EGL_NONE,
EGL_NONE
};