Comment 6 for bug 1074667

Revision history for this message
In , Chris Wilson (ickle) wrote :

commit 797441093a8346003552e0cf89aef2a644ff53ab
Author: Chris Wilson <email address hidden>
Date: Thu Sep 27 15:21:42 2012 +0100

    tor: Fudge the edge if it is projected into a point

    If we generate an edge (through polygon-intersect) where its end-points
    lie outside the line definition then it is possible for that line to be
    degenerate under sample grid projection. Apply a fudge factor to prevent
    explosions as otherwise we reject an edge whose height is not strictly
    0.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54822
    Signed-off-by: Chris Wilson <email address hidden>