[Mesa-dev] [PATCH v3] r600g: Fix special negative immediate constants when using ABS modifier.

Emil Velikov emil.l.velikov at gmail.com
Thu Oct 29 04:41:47 PDT 2015


On 29 October 2015 at 09:24, Ivan Kalvachev <ikalvachev at gmail.com> wrote:
> On 10/29/15, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>> On Wed, Oct 28, 2015 at 8:52 PM, Ivan Kalvachev <ikalvachev at gmail.com>
>> wrote:
>>> I'm attaching v3 of the patch. Same as v2, but without the extra empty
>>> line.
>>
>> FYI, there's a lot of overhead to reviewing an attached patch (in
>> fact, gmail makes it extra difficult since you can't even see the
>> thing in the name of protection from the unknown). Please use 'git
>> send-email' (or equivalent mechanism) to make the patches appear
>> inline.
>>
>> Cheers,
>>
>>   -ilia
>
> Sorry about that.
> I did inline my v1 patch, to easy the review.
>
> Configuring smtp server is too much hassle for a single patch and I
> would like to avoid writing my email credentials if possible.
> If I'm about to send more patches, then I guess I would have to do that.
>
> I suspect that it is not possible to send mail directly to
> lists.freedesktop.org mail server, is it?
>
Setting things up it's as trivial as adding the following lines to
your $HOME/.config/git/config

[sendemail]
       smtpuser = ikalvachev at gmail.com
       smtpencryption = tls
       smtpserverport = 587
       smtpserver = smtp.gmail.com

For ease of use you can also set the TO address in
$(mesa_top)/.git/config. You can also move the above setup in here.

[sendemail]
       to = mesa-dev at lists.freedesktop.org


-Emil


More information about the mesa-dev mailing list