aboutsummaryrefslogtreecommitdiffstats
path: root/progs/es2/xegl
Commit message (Collapse)AuthorAgeFilesLines
* progs/es2: Fix an assertion failure in tri.Chia-I Wu2010-02-021-2/+3
| | | | | EGL_SURFACE_TYPE is a config attribute, not a surface attribute. Thanks to Mike Stroyan for pointing out this error.
* progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-122-2/+3
| | | | | | | | 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 <[email protected]>
* progs/es: OpenGL ES 1.x and 2.X demo programs.Chia-I Wu2009-11-052-0/+565
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 <[email protected]>