diff options
author | Brian Paul <[email protected]> | 2004-04-22 01:10:09 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-22 01:10:09 +0000 |
commit | 66fdc3c948096a53dd304f1906135a041075c0b7 (patch) | |
tree | 5aa3a3ba6118093155c1fbf832f2036569b6df60 /progs/tests/Makefile | |
parent | 5b45c1148624f0ee2b93cc15f5c3ae21667f5463 (diff) |
added floattex.c to test floating point textures
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 6a8d51112a4..9f1e3cc9eb4 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -22,6 +22,7 @@ SOURCES = antialias.c \ bufferobj.c \ cva.c \ dinoshade.c \ + floattex.c \ fogcoord.c \ fptest1.c \ fptexture.c \ @@ -33,6 +34,7 @@ SOURCES = antialias.c \ seccolor.c \ sharedtex.c \ stencilwrap.c \ + swaplock.c \ tex1d.c \ texline.c \ texrect.c \ |