diff options
author | Brian Paul <[email protected]> | 2009-09-24 19:36:37 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-24 19:38:04 -0600 |
commit | c9ddd6f810ce016cabf232c53ffca186ef885140 (patch) | |
tree | 9e322c7c498b9bafdefeba1d611b663e13163c43 /progs/perf/Makefile | |
parent | 0876618a8d118b39b80963cc0d5e7a118961aa83 (diff) |
progs/perf: glGenerateMipmap() 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 043e91d669b..066eb8608ec 100644 --- a/progs/perf/Makefile +++ b/progs/perf/Makefile @@ -18,6 +18,7 @@ PROG_SOURCES = \ drawoverhead.c \ fbobind.c \ fill.c \ + genmipmap.c \ readpixels.c \ swapbuffers.c \ teximage.c \ |