Re: [Mesa-dev] [PATCH 1/2] configure/swr: configurable swr architectures

2017-07-19 Thread Emil Velikov
On 18 July 2017 at 22:59, Rowley, Timothy O wrote: >> You want to move the AVX flag detection here, right? > > No, since we need to have SWR_AVX_CXXFLAGS to build the driver proper. > Arg... that unusual thingy always gets me. Thanks for the correction. -Emil P.S. Sigh HTML emails and redoing th

Re: [Mesa-dev] [PATCH 1/2] configure/swr: configurable swr architectures

2017-07-18 Thread Rowley, Timothy O
On Jul 17, 2017, at 11:42 AM, Emil Velikov mailto:emil.l.veli...@gmail.com>> wrote: On 17 July 2017 at 15:08, Tim Rowley mailto:timothy.o.row...@intel.com>> wrote: Allow configuration of the SWR architecture depend libraries we build for with --with-swr-archs. Maintains current behavior by def

Re: [Mesa-dev] [PATCH 1/2] configure/swr: configurable swr architectures

2017-07-17 Thread Emil Velikov
On 17 July 2017 at 15:08, Tim Rowley wrote: > Allow configuration of the SWR architecture depend libraries > we build for with --with-swr-archs. Maintains current behavior > by defaulting to avx,avx2. > > Scons changes made to make it still build and work, but > without the changes for configurin

[Mesa-dev] [PATCH 1/2] configure/swr: configurable swr architectures

2017-07-17 Thread Tim Rowley
Allow configuration of the SWR architecture depend libraries we build for with --with-swr-archs. Maintains current behavior by defaulting to avx,avx2. Scons changes made to make it still build and work, but without the changes for configuring which architectures. --- configure.ac