summaryrefslogtreecommitdiffstats
path: root/progs/egl/xegl_tri.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2010-01-02 21:51:46 +0800
committerChia-I Wu <[email protected]>2010-01-12 10:55:35 +0800
commit033bd95802448bc82fd6f2ebc722ff1306b578ec (patch)
treedc83bc08bc3e7d95c87983db726d955a932a3ea2 /progs/egl/xegl_tri.c
parent2d44b6f8848ee2c43a92c5a00ec9981b82319ed8 (diff)
progs: Add missing EGL_RENDERABLE_TYPE for EGL demos.
The default value of EGL_RENDERABLE_TYPE is EGL_OPENGL_ES_BIT. The proper values should be specified if we are not using OpenGL ES. Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'progs/egl/xegl_tri.c')
-rw-r--r--progs/egl/xegl_tri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/egl/xegl_tri.c b/progs/egl/xegl_tri.c
index 65f352ddfa9..8c4d7f973c7 100644
--- a/progs/egl/xegl_tri.c
+++ b/progs/egl/xegl_tri.c
@@ -120,6 +120,7 @@ make_x_window(Display *x_dpy, EGLDisplay egl_dpy,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_DEPTH_SIZE, 1,
+ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT,
EGL_NONE
};