summaryrefslogtreecommitdiffstats
path: root/progs/es1
Commit message (Collapse)AuthorAgeFilesLines
* progs/es1: Add bindtex.Chia-I Wu2010-01-302-0/+479
| | | | | It is ported from progs/egl/xeglbindtex.c. With the OpenGL ES port, the OpenGL version is removed.
* progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-121-5/+20
| | | | | | | | Correctly set EGL_RENDERABLE_TYPE and EGL_CONTEXT_CLIENT_VERSION for OpenGL ES 2.0. Because es2_info is copied from es1_info, the fix for it actually goes to es1_info. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* progs/es1: Bind texture image after rendering.Chia-I Wu2010-01-121-3/+5
| | | | | | Unlike FBO, eglBindTexImage is supposed to be called after rendering. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* progs/es1: Add compressed paletted texture tests to torus.Chia-I Wu2010-01-041-2/+149
| | | | | | | The tests can be toggled by `t'. It will print current texture format and the size of the image. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* progs/es1: Port eglgears to OpenGL ES 1.1.Chia-I Wu2009-11-103-0/+379
| | | | | | This demo requires EGL_MESA_screen_surface to run. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* progs/es1: Port egltri to OpenGL ES 1.1.Chia-I Wu2009-11-105-0/+466
| | | | | | This demo requires EGL_MESA_screen_surface to run. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* progs/es: Add .gitignore.Chia-I Wu2009-11-101-0/+8
| | | | Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* progs/es: OpenGL ES 1.x and 2.X demo programs.Chia-I Wu2009-11-059-0/+3896
The demo programs are written by Brian Paul, and cherry-picked from opengl-es branch. Several minor issues such as a linking problem are fixed. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>