diff options
author | Brian Paul <[email protected]> | 2009-09-22 11:03:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-22 11:15:11 -0600 |
commit | ed113da12e4fdc77b477d44113dfa450e19b80d0 (patch) | |
tree | 0a5001d1b561e79fc9b4a68e4075cbebeb2fbc3b /progs/perf/Makefile | |
parent | cfb0f2489dabd07e905969484edb9317395b2f6a (diff) |
progs/perf: added fbobind.c test to test FBO binding speed
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 e8fe720eaaa..afadcc1bdb4 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 \ |