diff options
author | Eric Anholt <[email protected]> | 2008-03-27 11:57:08 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-03-27 11:57:08 -0700 |
commit | 227af94cce1c0fc898a5ccef1d6f61a31cdd770f (patch) | |
tree | 02d19c07bdadaf5ce90968b6b48dfac51cbb0e26 /progs/tests/Makefile | |
parent | 05004670448e1edd9166b8da614606e6f49c1fcf (diff) |
Add a couple of test apps for line/unfilled polygon clipping.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 7bf64e19e40..116a19b1f5b 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -48,6 +48,7 @@ SOURCES = \ interleave.c \ invert.c \ jkrahntest.c \ + lineclip.c \ manytex.c \ minmag.c \ mipmap_limits.c \ @@ -73,6 +74,7 @@ SOURCES = \ texobjshare.c \ texrect.c \ texwrap.c \ + unfilledclip.c \ vao-01.c \ vao-02.c \ vparray.c \ |