[PATCH 0/3] Tests for vertex clipping (v2)

2013-09-10 Thread Sam Spilsbury
This patch series adds some tests for the vertex clipping code. It splits the main parts of calculate_edges out into clip_transformed exported in shared/vertex-clipping.c and adds support for table-driven testing in tests/weston-test-runner.h . Finally, it makes weston-test-runner.c compile into

[PATCH 0/3] Tests for vertex clipping

2013-09-10 Thread Sam Spilsbury
This patch series adds some tests for the vertex clipping code. It splits the main parts of calculate_edges out into clip_transformed exported in shared/vertex-clipping.c and adds support for table-driven testing in tests/weston-test-runner.h . Sam Spilsbury (3): Add support for table-driven t