diff options
author | Brian <[email protected]> | 2008-02-14 14:54:37 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-14 18:59:24 -0700 |
commit | ca2f2c76641a299e31bf3d0e26049ccc3a375caf (patch) | |
tree | 9240f834e5d484d9c86a1b6b699c99b92b757b08 /progs/trivial/Makefile | |
parent | 5e345a653b0adc59487d786050abd01d4cb8b4ca (diff) |
gallium: new pgon-mode.c test
A two-triangle strip is drawn such that the first tri is front-facing and
the second tri is back-facing. Use different front/back polygon modes.
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 3a1caf15e71..d19abe7e865 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -39,6 +39,7 @@ SOURCES = \ linestrip-stipple-wide.c \ linestrip-stipple.c \ linestrip.c \ + pgon-mode.c \ point-clip.c \ point-param.c \ point-sprite.c \ |