summaryrefslogtreecommitdiffstats
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2009-07-02 13:29:46 +0100
committerKeith Whitwell <[email protected]>2009-07-02 13:29:46 +0100
commit1668a679c4aadb37f5af0d6126c414fb9fbbf748 (patch)
treeb3edf4157c658f1c37d5e046752135bd2ec566ea /progs/trivial/Makefile
parentb3e8e1cd4c1584f735e35914861ae2e8ae5b6b2b (diff)
parent1fa4cde757cc94c0afa40d855309911247974e98 (diff)
Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branch
Conflicts: progs/trivial/Makefile Pull in a minimal version of statechange shortcircuiting in display list compilation. This affects only glMaterial and glShadeModel state, and includes quite a few tests to exercise various tricky cases. If this goes well, will consider extending to all state in the future.
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index fa200dbf896..3bd8faff99a 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -19,6 +19,11 @@ SOURCES = \
clear-random.c \
clear.c \
dlist-dangling.c \
+ dlist-flat-tri.c \
+ dlist-mat-tri.c \
+ dlist-tri-flat-tri.c \
+ dlist-tri-mat-tri.c \
+ dlist-recursive-call.c \
dlist-begin-call-end.c \
dlist-edgeflag-dangling.c \
dlist-edgeflag.c \