https://bugs.freedesktop.org/show_bug.cgi?id=66515

--- Comment #4 from Bryce Harrington <[email protected]> ---
xTrapezoidValid() is:

#define xTrapezoidValid(t)  ((t)->left.p1.y != (t)->left.p2.y && \
                             (t)->right.p1.y != (t)->right.p2.y && \
                             (int) ((t)->bottom - (t)->top) > 0)

Maybe try printing out traps when it's in a crashed state?  (Doing a 'bt full'
after a crash would gather values of other variables that might be of interest
too.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to