diff options
author | Brian Paul <[email protected]> | 2003-04-07 23:05:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-07 23:05:50 +0000 |
commit | 4cef881e1f7691b4d0b3704f868713b22fb456ae (patch) | |
tree | d81c7d7492ded567dd4eb2bf1517573bbaddc2f0 /progs/demos/Makefile.X11 | |
parent | 14995b3d3b8e83bb53fa026d08d76d13e5989bc1 (diff) |
Demo of per-pixel lighting with a fragment program.
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 3 |
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 \ |