summaryrefslogtreecommitdiff
path: root/progs/perf/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-22 15:28:34 -0600
committerBrian Paul <brianp@vmware.com>2009-09-22 15:39:05 -0600
commitd04fa73cec675f02261a69b02187f1df1e9ede5b (patch)
treed0303cb2580991bd0c88e800cc717a3fcf9a2414 /progs/perf/Makefile
parent98d5ec10d0918f6619e7b2285278b83e9de6d86f (diff)
progs/perf: added glCopyTex[Sub]Image2D test
Diffstat (limited to 'progs/perf/Makefile')
-rw-r--r--progs/perf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/perf/Makefile b/progs/perf/Makefile
index afadcc1bdb..f078082685 100644
--- a/progs/perf/Makefile
+++ b/progs/perf/Makefile
@@ -14,6 +14,7 @@ CFLAGS += -I$(INCDIR)
LDLIBS = $(LIBS)
PROG_SOURCES = \
+ copytex.c \
drawoverhead.c \
fbobind.c \
fill.c \