On Fri, Apr 11, 2014 at 10:37 AM, Matt Turner wrote:
> Someone asked about my Mesa build set up. Rather than sending it
> privately I figured I'd post it for posterity on mesa-dev.
>
> I build with
>
> CFLAGS="-O2 -march=native -pipe" CXXFLAGS="$CFLAGS" ./autogen.sh
> --with-dri-drivers=i965 --wit
Pekka Paalanen writes:
> On Fri, 11 Apr 2014 11:50:50 -0700
> Eric Anholt wrote:
>
>> For anyone that's curious about how I work:
>>
>> My scripts setup looks a lot like Matt's. I don't do OOT builds, and
>> instead I just have 6 main trees:
>>
>> ~/src/mesa (normal debug build)
>> ~/src/mesa
On Fri, 11 Apr 2014 11:50:50 -0700
Eric Anholt wrote:
> For anyone that's curious about how I work:
>
> My scripts setup looks a lot like Matt's. I don't do OOT builds, and
> instead I just have 6 main trees:
>
> ~/src/mesa (normal debug build)
> ~/src/mesa-release (non-debug build)
> ~/src/me
Matt Turner writes:
> Someone asked about my Mesa build set up. Rather than sending it
> privately I figured I'd post it for posterity on mesa-dev.
>
> I build with
>
> CFLAGS="-O2 -march=native -pipe" CXXFLAGS="$CFLAGS" ./autogen.sh
> --with-dri-drivers=i965 --with-gallium-drivers=
> --with-egl-
Someone asked about my Mesa build set up. Rather than sending it
privately I figured I'd post it for posterity on mesa-dev.
I build with
CFLAGS="-O2 -march=native -pipe" CXXFLAGS="$CFLAGS" ./autogen.sh
--with-dri-drivers=i965 --with-gallium-drivers=
--with-egl-platforms=x11,drm --enable-glx-tls -