Skip to content

Stabilize depth sort to ensure consistent results.

Allison Vacanti requested to merge allisonvacanti/gl2ps:stable_depth_sort into master

Differences in unstable sorting algorithms led to inconsistent results across platforms for the VTK project. This patch ensures that primitives will be sorted the same everywhere.

Merge request reports