progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.
authorChia-I Wu <olv@lunarg.com>
Mon, 1 Mar 2010 07:21:46 +0000 (15:21 +0800)
committerChia-I Wu <olv@lunarg.com>
Sun, 4 Apr 2010 14:07:20 +0000 (22:07 +0800)
commitad3575e2dd81252e9ea341d1a7355e0bfd1cccee
tree268d07f9816663bfff0f65b5066718e27edab11c
parenta1aa53b2a934ca026bb115aca18a46fd920f9e8d
progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.

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/opengles1/Makefile
progs/egl/opengles1/texture_from_pixmap.c [new file with mode: 0644]