From 46bc595969e23ea1a61b684076f8b0608ff4d714 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 12 May 2004 23:05:21 +0000 Subject: 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. --- progs/tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index f224934d7e2..52b6b1e2a65 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 \ -- cgit v1.2.3