glamor: Reduce the noise from wide lines "fallback".

This commit is contained in:
Eric Anholt 2010-02-19 07:36:28 -08:00 committed by Zhigang Gong
parent 955ccfbc34
commit d2da9d1c22

View File

@ -52,7 +52,10 @@ glamor_poly_lines(DrawablePtr drawable, GCPtr gc, int mode, int n,
/* Don't try to do wide lines or non-solid fill style. */
if (gc->lineWidth != 0) {
glamor_fallback("glamor_poly_lines(): wide lines\n");
/* This ends up in miSetSpans, which is accelerated as well as we
* can hope X wide lines will be.
*/
/*glamor_fallback("glamor_poly_lines(): wide lines\n");*/
goto fail;
}
if (gc->lineStyle != LineSolid ||