summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-06-30 12:20:24 +0100
committerKeith Whitwell <keithw@vmware.com>2009-06-30 12:20:24 +0100
commit53f8dccd0c9ab0b55e24dd5d624bbaaf0c8c284b (patch)
treece61c3869e501382f229f244c4b8f05d468254cb /progs/trivial/Makefile
parent00438bb94a9ee03f8a4d5472d7ae598fcbdb1572 (diff)
progs/trivial: test case for dlist statechange elimination
Creates a display list with redundant call to glShadeModel. View dlist contents with MESA_VERBOSE=list
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index 22de83fa79..d2a4c0c13d 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -19,6 +19,7 @@ SOURCES = \
clear-random.c \
clear.c \
dlist-dangling.c \
+ dlist-tri-flat-tri.c \
dlist-edgeflag-dangling.c \
dlist-edgeflag.c \
dlist-degenerate.c \