diff options
author | Brian Paul <[email protected]> | 2009-09-21 12:17:49 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-21 12:17:49 -0600 |
commit | 9297e6968ae16564f3d6a6e78b42da72f9c88e91 (patch) | |
tree | a021c80a84c9ecaab9532fe3f4c906bb42ef75d4 /progs/perf/SConscript | |
parent | 05bce0898087b135cb18bc4f2f2896da034928dc (diff) |
progs/perf: added fill-rate test
Many more fill modes could be tested, but this hits the basics including
blending, texturing and shaders.
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 c019dc95b0f..98a4112dbae 100644 --- a/progs/perf/SConscript +++ b/progs/perf/SConscript @@ -9,6 +9,7 @@ env.Prepend(LIBS = ['$GLUT_LIB']) progs = [ 'drawoverhead', + 'fill', 'teximage', 'vbo', 'vertexrate', |