summaryrefslogtreecommitdiffstats
path: root/progs/tests/cva_huge.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: Include stddef.h for ptrdiff_t on all platforms.Vinson Lee2010-03-211-5/+1
| | | | | | stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X.
* tests: Add test for huge client arrays that has to be split.Pauli Nieminen2010-03-211-0/+236
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.