progs/trivial: added two simple texture tests
authorBrian Paul <brianp@vmware.com>
Mon, 30 Nov 2009 22:31:30 +0000 (15:31 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 30 Nov 2009 22:31:34 +0000 (15:31 -0700)
commit344a2a9abbe22236e8511d8166023bf81c85b03f
tree974f83b649c9a036d99ac967c32bcc9c04eafe8f
parent7505510c7b7c33f3c571647c0398da7e1b823806
progs/trivial: added two simple texture tests

One draws a series of quads with different textures.
The other draws with one texture which is changed with glTexSubImage2D().
progs/trivial/Makefile
progs/trivial/SConscript
progs/trivial/sub-tex.c [new file with mode: 0644]
progs/trivial/tex-quads.c [new file with mode: 0644]