From: Keith Whitwell Date: Thu, 24 Aug 2006 17:49:37 +0000 (+0000) Subject: add point-position.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39f222a4217eb574fbd18ecb7786ffbd4228d03f;p=mesa.git add point-position.c --- diff --git a/progs/fp/Makefile b/progs/fp/Makefile index d461ebcc608..d979be83d34 100644 --- a/progs/fp/Makefile +++ b/progs/fp/Makefile @@ -46,6 +46,7 @@ SOURCES = \ tri-tex.c \ tri-xpd.c \ tri-position.c \ + point-position.c \ tri-depth.c \ tri-depth2.c \ tri-depthwrite.c \