Re: [Mesa-dev] Mesa build instructions

2014-04-23 Thread Matt Turner
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

Re: [Mesa-dev] Mesa build instructions

2014-04-12 Thread Eric Anholt
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

Re: [Mesa-dev] Mesa build instructions

2014-04-12 Thread Pekka Paalanen
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

Re: [Mesa-dev] Mesa build instructions

2014-04-11 Thread Eric Anholt
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-

[Mesa-dev] Mesa build instructions

2014-04-11 Thread Matt Turner
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 -