I can reproduce this here too. I got a backtrace (see below) and took a look around s_linetemp.h. There is no INTERP_W for lines so the assertion must fail for textured lines.
Don't worry about the segfault, that's my own assert macro. Without that I can't get a backtrace with my gdb+glibc combination. For the same reason line numbers are off by 7 in s_span.c (sorry for the inconvenience).
s_span.c(572): interpolate_texcoords: Assertion 'span->interpMask & SPAN_W' failed.
I've checked in the fix. It was some code I mistakenly left in place from testing.
-Brian
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
