diff options
author | Brian <[email protected]> | 2008-02-20 11:58:33 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-20 11:58:33 -0700 |
commit | 52e4c8d702e15bdf13a61db0a01c5ca2abb9d040 (patch) | |
tree | 273ab321ba56c47a53ee5f6e177a6e9e3ef00ed0 /progs/tests/Makefile | |
parent | 58edb0683db45c449b219988a8715cf8fd69e42d (diff) |
Test calling glTexSubImage2D mid-way through a frame.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 00e58a53ce8..8196c1b348f 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -62,6 +62,7 @@ SOURCES = \ sharedtex.c \ stencilwrap.c \ stencil_wrap.c \ + subtex \ subtexrate.c \ tex1d.c \ texcompress2.c \ |