summaryrefslogtreecommitdiffstats
path: root/progs/egl/opengles1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.Chia-I Wu2010-04-041-0/+4
| | | | | The demo uses a Pixmap as its drawing area, and whatever is drawn on the pixmap will be used as a texture to draw a cube.
* progs/egl: Link to eglut first.Chia-I Wu2010-04-021-3/+3
| | | | This moves eglut before EGL so that the symbols can be resolved.
* progs/egl: Port ES1 gears to eglut.Chia-I Wu2010-04-011-0/+1
| | | | | As gears in the last demo under "screen" subdirectory, this also removes the directory.
* progs/egl: Port ES1 tri to eglut.Chia-I Wu2010-04-011-8/+27
| | | | | This also removes EGL_MESA_screen_surface version of ES1 tri as eglut supports the extension.
* progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu2010-04-011-0/+82
Move progs/es1/xegl -> progs/egl/opengles1, progs/es1/screen -> progs/egl/opengles1/screen, progs/es2/xegl -> progs/egl/opengles2.