summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-05-12 23:05:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-05-12 23:05:21 +0000
commit46bc595969e23ea1a61b684076f8b0608ff4d714 (patch)
treea29dad9f3995000281938932ff1649c5b55eb02b /progs/tests/Makefile
parentdb862e4d4c575fa9ea306fd4d271b58d1b77e83b (diff)
Test program to check that packed pixel formats work as expected with
glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index f224934d7e..52b6b1e2a6 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -31,6 +31,7 @@ SOURCES = antialias.c \
getprocaddress.c \
manytex.c \
multipal.c \
+ packedpixels.c \
pbo.c \
projtex.c \
seccolor.c \