diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-17 15:04:07 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-18 11:30:34 +0100 |
commit | ae36fadb7f137cd7f53dccb58d1a73fc46ccc26b (patch) | |
tree | 6397e7566d5c1e3a691448c5c365e119c9285be2 /progs/trivial/Makefile | |
parent | e00ae524e236afba1305150cacd634eaa1f5460b (diff) |
progs/trivial: Add tri-fbo-tex-mip
Tests rendering to mip levels other then first
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 6e332aa728e..0e70e80b6db 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -94,6 +94,7 @@ SOURCES = \ tri-logicop-xor.c \ tri-dlist.c \ tri-edgeflag.c \ + tri-fbo-tex-mip.c \ tri-fbo-tex.c \ tri-fbo.c \ tri-flat-clip.c \ |