diff options
author | Brian Paul <[email protected]> | 2006-01-26 16:37:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-01-26 16:37:47 +0000 |
commit | 32a64680143df22529e3305f195b06f0b47c01b3 (patch) | |
tree | 1982454609de3fba4a66dd45741a7b78ac10be9f /progs/tests/Makefile | |
parent | e65ad47a8f5ef1a4aafc86e0266e9644ecf2404e (diff) |
copypixrate.c - measure the speed of glCopyPixels.
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 76cd5e27dae..49ea7477e89 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -24,6 +24,7 @@ SOURCES = antialias.c \ bufferobj.c \ bug_3101.c \ bug_3195.c \ + copypixrate.c \ crossbar.c \ cva.c \ dinoshade.c \ |