Hi,

I just noticed, that we call the macro "INNER_LOOP (left, right, iy);"
even if there are no pixel to set.

I think, that:

    if (left != right)
        INNER_LOOP (left, right, iy);

would be better.

Any comments ?

cheers,
emanuel




_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to