summaryrefslogtreecommitdiff
path: root/progs/egl/eglut/eglut.c
AgeCommit message (Collapse)Author
2010-05-05progs/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu
EGL_OPENGL_ES2_BIT is not set when choosing OpenGL ES 2.0 configs.
2010-04-06progs/egl: Port drawtex and torus to eglut.Chia-I Wu
This brings the demos also to KMS and removes about 400 duplicated lines of code.
2010-04-01progs/egl: Add eglut.Chia-I Wu
eglut is a simple library with GLUT-like API. It is intended to be used by simple EGL demos.