diff options
author | Brian Paul <[email protected]> | 2010-01-14 09:21:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-14 09:22:30 -0700 |
commit | 0a826921546612bee475ae240e0110977326bec1 (patch) | |
tree | 7cc93fe9452f55f62b3040bdf8d248deccbf22bb /progs/trivial/Makefile | |
parent | d6b4655e13a5f3507180d5f7674c870faff2d24d (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index e15ec33ab59..5e08d603890 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 \ |