diff options
author | Keith Whitwell <[email protected]> | 2009-06-30 12:20:24 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-06-30 12:20:24 +0100 |
commit | 53f8dccd0c9ab0b55e24dd5d624bbaaf0c8c284b (patch) | |
tree | ce61c3869e501382f229f244c4b8f05d468254cb /progs/trivial/Makefile | |
parent | 00438bb94a9ee03f8a4d5472d7ae598fcbdb1572 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 22de83fa790..d2a4c0c13db 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 \ |