summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-04-07 23:05:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-04-07 23:05:50 +0000
commit4cef881e1f7691b4d0b3704f868713b22fb456ae (patch)
treed81c7d7492ded567dd4eb2bf1517573bbaddc2f0 /progs/demos/Makefile.X11
parent14995b3d3b8e83bb53fa026d08d76d13e5989bc1 (diff)
Demo of per-pixel lighting with a fragment program.
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X113
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index a388626e381..5862749b5fa 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.20 2001/08/21 05:42:11 gareth Exp $
+# $Id: Makefile.X11,v 1.21 2003/04/07 23:05:51 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -23,6 +23,7 @@ PROGS = bounce \
cubemap \
drawpix \
fire \
+ fplight \
gamma \
gears \
geartrain \