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

2017-07-19 Thread Emil Velikov
On 18 July 2017 at 23:07, 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 v2 1/2] configure/swr: configurable swr architectures

2017-07-18 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