diff options
author | Brian Paul <[email protected]> | 2009-09-22 15:28:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-22 15:39:05 -0600 |
commit | d04fa73cec675f02261a69b02187f1df1e9ede5b (patch) | |
tree | d0303cb2580991bd0c88e800cc717a3fcf9a2414 /progs/perf/Makefile | |
parent | 98d5ec10d0918f6619e7b2285278b83e9de6d86f (diff) |
progs/perf: added glCopyTex[Sub]Image2D test
Diffstat (limited to 'progs/perf/Makefile')
-rw-r--r-- | progs/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/perf/Makefile b/progs/perf/Makefile index afadcc1bdb4..f078082685b 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 \ |