[Mesa-dev] [v3 PATCH 00/10] Implement extension ARB_framebuffer_no_attachments
Matt Turner
mattst88 at gmail.com
Thu May 21 16:39:58 PDT 2015
On Thu, May 21, 2015 at 4:23 PM, Matt Turner <mattst88 at gmail.com> wrote:
> On Thu, May 21, 2015 at 2:30 PM, <kevin.rogovin at intel.com> wrote:
>> From: Kevin Rogovin <kevin.rogovin at intel.com>
>>
>> This patch series implements:
>> - the needed functionality in Mesa-core for ARB_framebuffer_no_attachments
>> - implements and enables the extension i965
>
> I think there was one patch I didn't notice some kind of obvious style
> problem with. Extra spaces or newlines, weird line wrapping, no spaces
> around operators... please look over the patches yourself before
> sending them. We should not have this many style nits by v3.
Also, the patches were sent to mesa-dev at freedesktop.org, but the
appropriate address is mesa-dev at lists.freedesktop.org. I'm surprised
they made it through.
You can avoid ever typo'ing the address by putting this in the
.git/config of your mesa repository:
[sendemail]
to = mesa-dev at lists.freedesktop.org
With that set, you don't even need to specify --to=... with git send-email.
More information about the mesa-dev
mailing list