diff options
author | Brian Paul <[email protected]> | 2009-09-23 14:04:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-23 14:05:05 -0600 |
commit | fa0816b17cffed1b72f81ad6dd8e87d9800e6d45 (patch) | |
tree | 0927d3bd849f56b89723b31f0ab8b357aabbbc48 /progs/perf/Makefile | |
parent | 489f8bc86feea1af51d2e6c4d308f28d25141862 (diff) |
progs/perf: added glReadPixels benchmark
Diffstat (limited to 'progs/perf/Makefile')
-rw-r--r-- | progs/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/perf/Makefile b/progs/perf/Makefile index f078082685b..043e91d669b 100644 --- a/progs/perf/Makefile +++ b/progs/perf/Makefile @@ -18,6 +18,7 @@ PROG_SOURCES = \ drawoverhead.c \ fbobind.c \ fill.c \ + readpixels.c \ swapbuffers.c \ teximage.c \ vbo.c \ |