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/SConscript | |
parent | 0876618a8d118b39b80963cc0d5e7a118961aa83 (diff) |
progs/perf: glGenerateMipmap() test
Diffstat (limited to 'progs/perf/SConscript')
-rw-r--r-- | progs/perf/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/perf/SConscript b/progs/perf/SConscript index 84f1669e5ea..a5ec9a7c2a0 100644 --- a/progs/perf/SConscript +++ b/progs/perf/SConscript @@ -12,6 +12,7 @@ progs = [ 'drawoverhead', 'fbobind', 'fill', + 'genmipmap', 'readpixels', 'swapbuffers', 'teximage', |