summaryrefslogtreecommitdiff
path: root/progs/perf/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-22 11:03:43 -0600
committerBrian Paul <brianp@vmware.com>2009-09-22 11:15:11 -0600
commited113da12e4fdc77b477d44113dfa450e19b80d0 (patch)
tree0a5001d1b561e79fc9b4a68e4075cbebeb2fbc3b /progs/perf/Makefile
parentcfb0f2489dabd07e905969484edb9317395b2f6a (diff)
progs/perf: added fbobind.c test to test FBO binding speed
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 e8fe720eaa..afadcc1bdb 100644
--- a/progs/perf/Makefile
+++ b/progs/perf/Makefile
@@ -15,6 +15,7 @@ LDLIBS = $(LIBS)
PROG_SOURCES = \
drawoverhead.c \
+ fbobind.c \
fill.c \
swapbuffers.c \
teximage.c \