diff options
author | Brian Paul <[email protected]> | 2009-02-27 11:45:06 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-27 11:46:38 -0700 |
commit | b6e2dd6e069a07026a907e85d4fa8d34bcfafb0b (patch) | |
tree | 1db9817fddb62e23cfc36c9ad9372272000ba653 /progs/tests/Makefile | |
parent | c28298855bf5d5ef790d28bac2e77700625fa69a (diff) |
tests: new mapvbo.c test
Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer()
immediately afterward.
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 34c9ab1dcef..a70a6ab9abc 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -54,6 +54,7 @@ SOURCES = \ jkrahntest.c \ lineclip.c \ manytex.c \ + mapvbo.c \ minmag.c \ mipmap_limits.c \ mipmap_view.c \ |