Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/tests: Include stddef.h for ptrdiff_t on all platforms. | Vinson Lee | 2010-03-21 | 1 | -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 Nieminen | 2010-03-21 | 1 | -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. |