Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs: Check the number of configs returned by eglChooseConfig. | Chia-I Wu | 2010-01-12 | 1 | -1/+2 |
| | | | | | | | A successful eglChooseConfig call does not imply there are valid configs. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | progs: Add missing EGL_RENDERABLE_TYPE for EGL demos. | Chia-I Wu | 2010-01-12 | 1 | -0/+1 |
| | | | | | | | 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]> | ||||
* | egl: single triangle test | Brian Paul | 2008-06-04 | 1 | -0/+359 |