progs/es: OpenGL ES 1.x and 2.X demo programs.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 2 Oct 2009 07:33:55 +0000 (15:33 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Nov 2009 03:04:21 +0000 (20:04 -0700)
commit5b85cada603ff0325dcf852f159837086a5bda14
tree4083fc89d53537e105d0d017f4f4655417feced4
parentd14ac1073cda7ea4f623f312eb469554c3041315
progs/es: OpenGL ES 1.x and 2.X demo programs.

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>
progs/es1/xegl/Makefile [new file with mode: 0644]
progs/es1/xegl/drawtex.c [new file with mode: 0644]
progs/es1/xegl/es1_info.c [new file with mode: 0644]
progs/es1/xegl/msaa.c [new file with mode: 0644]
progs/es1/xegl/pbuffer.c [new file with mode: 0644]
progs/es1/xegl/render_tex.c [new file with mode: 0644]
progs/es1/xegl/torus.c [new file with mode: 0644]
progs/es1/xegl/tri.c [new file with mode: 0644]
progs/es1/xegl/two_win.c [new file with mode: 0644]
progs/es2/xegl/Makefile [new file with mode: 0644]
progs/es2/xegl/tri.c [new file with mode: 0644]