Re: [Mesa-dev] Mesa build instructions

2014-04-23 Thread Matt Turner
On Fri, Apr 11, 2014 at 10:37 AM, Matt Turner matts...@gmail.com 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

Re: [Mesa-dev] Mesa build instructions

2014-04-12 Thread Pekka Paalanen
On Fri, 11 Apr 2014 11:50:50 -0700 Eric Anholt e...@anholt.net 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)

Re: [Mesa-dev] Mesa build instructions

2014-04-12 Thread Eric Anholt
Pekka Paalanen ppaala...@gmail.com writes: On Fri, 11 Apr 2014 11:50:50 -0700 Eric Anholt e...@anholt.net 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

[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

Re: [Mesa-dev] Mesa build instructions

2014-04-11 Thread Eric Anholt
Matt Turner matts...@gmail.com 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=