From 9297e6968ae16564f3d6a6e78b42da72f9c88e91 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Sep 2009 12:17:49 -0600 Subject: progs/perf: added fill-rate test Many more fill modes could be tested, but this hits the basics including blending, texturing and shaders. --- progs/perf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/perf/Makefile') 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 \ -- cgit v1.2.3