diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-05-05 13:00:44 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-05-05 13:14:54 +0100 |
commit | 077c904b76542dbe01b20386733d3e9e8a49da0b (patch) | |
tree | e492e7b16386159d9d7b247f0ca381d0bb30337e /progs/trivial/Makefile | |
parent | 113403ef51e2ec764db061aabf569d6f1a1a3ef0 (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 69b0408bbd..22de83fa79 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 \ |