diff options
author | Keith Whitwell <[email protected]> | 2009-06-30 18:17:39 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-06-30 18:17:39 +0100 |
commit | 1ca836f0de7ac23a3d66e109eeda3c2e29b9b17c (patch) | |
tree | dec2eb8200adfc0d4f7239e3b76d91d1fa3aee62 /progs/trivial/Makefile | |
parent | d6c2347d79c50ac18eab96378d79d989f3ffd0b7 (diff) |
progs/trivial: add test case for short-circuiting material changes
Similar to dlist-tri-flat-tri, but using glMaterial calls, which
have the extra property of being legal within Begin/End calls.
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index ae750db22a6..a120270a9af 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -21,6 +21,7 @@ SOURCES = \ dlist-dangling.c \ dlist-flat-tri.c \ dlist-tri-flat-tri.c \ + dlist-tri-mat-tri.c \ dlist-recursive-call.c \ dlist-edgeflag-dangling.c \ dlist-edgeflag.c \ |