diff options
author | Keith Whitwell <[email protected]> | 2009-07-02 13:29:46 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-07-02 13:29:46 +0100 |
commit | 1668a679c4aadb37f5af0d6126c414fb9fbbf748 (patch) | |
tree | b3edf4157c658f1c37d5e046752135bd2ec566ea /progs/trivial/Makefile | |
parent | b3e8e1cd4c1584f735e35914861ae2e8ae5b6b2b (diff) | |
parent | 1fa4cde757cc94c0afa40d855309911247974e98 (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/Makefile | 5 |
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 \ |