Module: Mesa Branch: mesa_7_6_branch Commit: e5bc2a19bdaeeda2aa60562f6a580e27c74e9569 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5bc2a19bdaeeda2aa60562f6a580e27c74e9569
Author: Vinson Lee <[email protected]> Date: Fri Dec 4 17:29:53 2009 -0800 progs/fp: Add tri-inv.c to Makefile. --- progs/fp/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/progs/fp/Makefile b/progs/fp/Makefile index 681928c..d77cd32 100755 --- a/progs/fp/Makefile +++ b/progs/fp/Makefile @@ -17,6 +17,7 @@ SOURCES = \ tri-depth2.c \ tri-depthwrite.c \ tri-depthwrite2.c \ + tri-inv.c \ tri-param.c \ fp-tri.c _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
