Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-21 | progs/tests: Include stddef.h for ptrdiff_t on all platforms. | Vinson Lee | |
stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X. | |||
2010-03-21 | tests: Add test for huge client arrays that has to be split. | Pauli Nieminen | |
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. |