diff options
author | Brian Paul <[email protected]> | 2006-04-14 16:20:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-14 16:20:55 +0000 |
commit | 3adee0829b868ef4e4af44a6c32566068a1ab628 (patch) | |
tree | c3d01bd9ea9565beb36f5a91ed8dd9bd6683ef73 /progs/tests/Makefile | |
parent | 1e1af99132b9d1cb66aa686b0781c64f66663540 (diff) |
test glReadPixels speed w/ various formats/types, PBOs
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 0800c5794d0..47740c5485c 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -34,6 +34,7 @@ SOURCES = \ dinoshade.c \ floattex.c \ fbotest1.c \ + fbotest2.c \ fbotexture.c \ fog.c \ fogcoord.c \ @@ -49,6 +50,7 @@ SOURCES = \ packedpixels.c \ pbo.c \ projtex.c \ + readrate.c \ seccolor.c \ sharedtex.c \ stencilwrap.c \ |