[Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for thinnest width lines.

Ilia Mirkin imirkin at alum.mit.edu
Tue Mar 17 11:15:43 PDT 2015


On Tue, Mar 17, 2015 at 2:11 PM, Predut, Marius <marius.predut at intel.com> wrote:
>> -----Original Message-----
>> From: ibmirkin at gmail.com [mailto:ibmirkin at gmail.com] On Behalf Of Ilia Mirkin
>> Sent: Tuesday, March 17, 2015 6:48 PM
>> To: Predut, Marius
>> Cc: mesa-dev at lists.freedesktop.org
>> Subject: Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for
>> thinnest width lines.
>>
>> Can you provide the output of
>>
>> git var -l
> marius at marius-pc:~/mesa/src$ git var -l
> user.email=Marius Predut <marius.predut at intel.com>
> user.email=marius.predut at intel.com
> user.name=Marius Predut
> color.ui=auto
> sendemail.smtpserver=smtp.intel.com
> sendemail.signedoffbycc=no
> sendemail.from=marius.predut at intel.com
> sendemail.to=marius.predut at intel.com

These are the problem. Remove the .from setting. It's overriding the
defaults. Or set it to the correct thing, i.e. "Marius Predut
<marius.predut at intel.com>"

>>
>> I suspect that GIT_AUTHOR_IDENT will differ from whatever's in the
>> "From:" header of the patch being sent.
>>
>
> I fix this trouble by using  --from "Marius Predut <marius.predut at intel.com>"
> And without space between name and the character "<"(if not it will not work :-))

That's not a great thing to do... just remove sendmail.from and it
should all work. [And yeah, space between name and < required by
RFC822 as I recall... been a while since I've read over it though.]

  -ilia


More information about the mesa-dev mailing list