diff options
author | Keith Whitwell <[email protected]> | 2009-05-05 13:00:44 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-05-08 14:57:28 +0100 |
commit | d56b0e6847255410ccb958068f0828fd2543aaba (patch) | |
tree | 0a0165680f0dccc2d1d3b7916881f3efe8fb6b8b /progs/trivial/Makefile | |
parent | b6e8256899a9a93c665c34e10efcc918f2fcc095 (diff) |
progs/trivial: add test for vertex program invarient transform
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 69b0408bbd9..22de83fa790 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -147,6 +147,7 @@ SOURCES = \ vp-clip.c \ vp-line-clip.c \ vp-tri.c \ + vp-tri-invariant.c \ vp-tri-swap.c \ vp-tri-tex.c \ vp-tri-imm.c \ |