summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-14 09:21:18 -0700
committerBrian Paul <brianp@vmware.com>2010-01-14 09:22:30 -0700
commit0a826921546612bee475ae240e0110977326bec1 (patch)
tree7cc93fe9452f55f62b3040bdf8d248deccbf22bb /progs/trivial/Makefile
parentd6b4655e13a5f3507180d5f7674c870faff2d24d (diff)
progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping
Note whether the new verts introduced by clipping show up as points and lines along the edge of the window...
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index e15ec33ab5..5e08d60389 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -119,6 +119,7 @@ SOURCES = \
tri-lit-material.c \
tri-mask-tri.c \
tri-orig.c \
+ tri-point-line-clipped.c \
tri-query.c \
tri-repeat.c \
tri-scissor-tri.c \