Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | progs/egl: glGenTextures is called too early in xeglbindtex. | Chia-I Wu | |
It should be called after eglMakeCurrent. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-12 | progs: Check the number of configs returned by eglChooseConfig. | Chia-I Wu | |
A successful eglChooseConfig call does not imply there are valid configs. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-12 | progs: Add missing EGL_RENDERABLE_TYPE for EGL demos. | Chia-I Wu | |
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 <olvaffe@gmail.com> | |||
2009-08-06 | progs/egl: Add xeglbindtex, really. | Chia-I Wu | |
Missed this file in the earlier commit. |