diff options
author | Brian Paul <[email protected]> | 2009-11-30 15:31:30 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-30 15:31:34 -0700 |
commit | 344a2a9abbe22236e8511d8166023bf81c85b03f (patch) | |
tree | 974f83b649c9a036d99ac967c32bcc9c04eafe8f /progs/trivial/Makefile | |
parent | 7505510c7b7c33f3c571647c0398da7e1b823806 (diff) |
progs/trivial: added two simple texture tests
One draws a series of quads with different textures.
The other draws with one texture which is changed with glTexSubImage2D().
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 70728616d28..a78837611c1 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -90,6 +90,8 @@ SOURCES = \ quadstrip-flat.c \ quadstrip.c \ readpixels.c \ + sub-tex.c \ + tex-quads.c \ tri-alpha.c \ tri-alpha-tex.c \ tri-array-interleaved.c \ |