diff options
author | Keith Whitwell <[email protected]> | 2007-01-30 19:19:51 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-01-30 19:19:51 +0000 |
commit | 48c638b6712734a09b6d8632045b0e905195e345 (patch) | |
tree | 6883e224d34b09d82368d8950cf3e3b0bb0e5a6c /progs/trivial/Makefile | |
parent | 38e9f8b6f297bafba639ce192fc9926c8e890271 (diff) |
New tests for the array functions which also provoke rebasing.
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index c8aeba026a2..341c115c07d 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -47,6 +47,9 @@ SOURCES = \ dlist-edgeflag.c \ dlist-dangling.c \ dlist-edgeflag-dangling.c \ + drawrange.c \ + drawelements.c \ + drawarrays.c \ tri-blend.c \ tri-tex-3d.c \ tri-clip.c \ @@ -63,6 +66,9 @@ SOURCES = \ tri.c \ tristrip-clip.c \ tristrip.c \ + vbo-drawrange.c \ + vbo-drawelements.c \ + vbo-drawarrays.c \ vp-clip.c \ vp-tri.c \ vp-line-clip.c \ |