From 344a2a9abbe22236e8511d8166023bf81c85b03f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 30 Nov 2009 15:31:30 -0700 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs/trivial/Makefile') diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 70728616d2..a78837611c 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -90,6 +90,8 @@ SOURCES = \ quadstrip-flat.c \ quadstrip.c \ readpixels.c \ + sub-tex.c \ + tex-quads.c \ tri-alpha.c \ tri-alpha-tex.c \ tri-array-interleaved.c \ -- cgit v1.2.3