summaryrefslogtreecommitdiff
path: root/progs/perf/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-21 12:17:49 -0600
committerBrian Paul <brianp@vmware.com>2009-09-21 12:17:49 -0600
commit9297e6968ae16564f3d6a6e78b42da72f9c88e91 (patch)
treea021c80a84c9ecaab9532fe3f4c906bb42ef75d4 /progs/perf/Makefile
parent05bce0898087b135cb18bc4f2f2896da034928dc (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/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 219667439f..b2fe1af26a 100644
--- a/progs/perf/Makefile
+++ b/progs/perf/Makefile
@@ -15,6 +15,7 @@ LDLIBS = $(LIBS)
PROG_SOURCES = \
drawoverhead.c \
+ fill.c \
teximage.c \
vbo.c \
vertexrate.c \