On Fri, Aug 26, 2011 at 4:31 PM, Brian Paul <[email protected]> wrote:
> Two things that should probably be fixed in the src/gallium/auxiliary/vl/
> code:
>
> 1. The copyright statements refer to Tungsten Graphics.  That's probably a
> copy & paste error.  s/Tungsten Graphics/the authors/ or thereabouts.
>
> 2. #includes of gallium headers should use "" instead of <> just to be
> consistent with the rest of gallium.
>
> -Brian
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>

Any particular reason for 2 being the way things are done? There's no
point in doing it if the header isn't the same dir as the source file,
and it's probably even worse for compile time since you're needlessly
searching the current directory.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to