summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-30 15:31:30 -0700
committerBrian Paul <brianp@vmware.com>2009-11-30 15:31:34 -0700
commit344a2a9abbe22236e8511d8166023bf81c85b03f (patch)
tree974f83b649c9a036d99ac967c32bcc9c04eafe8f /progs/trivial/Makefile
parent7505510c7b7c33f3c571647c0398da7e1b823806 (diff)
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().
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \