summaryrefslogtreecommitdiff
path: root/progs/glsl/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-27 17:27:20 -0700
committerBrian Paul <brianp@vmware.com>2009-02-28 11:09:13 -0700
commitfe353787698153216e5fc68c63ad0a48e71d49bf (patch)
treeeec0cc68863ed772e30e9158c9968b7bc37a5ee1 /progs/glsl/Makefile
parentc50c2e4e986024c728cc35e56e56250e947080a6 (diff)
demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.
Heh, I wrote this program a long time ago but just discovered today that it wasn't in git.
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r--progs/glsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index 7099eeadbd..8061277033 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -25,6 +25,7 @@ PROGS = \
pointcoord \
samplers \
samplers_array \
+ shadow_sampler \
skinning \
texdemo1 \
toyball \