diff options
author | Pauli Nieminen <[email protected]> | 2010-03-21 13:11:47 +0200 |
---|---|---|
committer | Pauli Nieminen <[email protected]> | 2010-03-21 13:17:52 +0200 |
commit | a81cd67a4f37233319281a69385f07feaa97fd13 (patch) | |
tree | 811219ec398b1c044851167f3c79eb6f7ee16388 /progs/tests/Makefile | |
parent | 3d72c4ae78cfdad7d160b0960adb792cbbbb863b (diff) |
tests: Add test for huge client arrays that has to be split.
When running this test case in valgrind report includes read of unitialized
value in _tnl_draw_prims. The bug doesn't cause any vissible errors.
Bug is caused by vbo_split_copy that is calling draw function with max_index
one past the end instead of the end.
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 67efc3b7a9c..6bb0249e171 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -41,6 +41,7 @@ SOURCES = \ copypixrate.c \ crossbar.c \ cva.c \ + cva_huge.c \ cylwrap.c \ drawbuffers.c \ drawbuffers2.c \ |