meson: add switches for SWR with MSVC
authorDylan Baker <dylan@pnwbakers.com>
Tue, 22 May 2018 17:54:12 +0000 (10:54 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000 (16:33 -0700)
commit3740ffb59c89d8d879b1e0c1aed32c389dd82a35
tree77b1f6d43d52ee123f62a8fc74f544726f47550c
parentd2cb0a59cedbc9f7b54b68c36e025f0c948ad846
meson: add switches for SWR with MSVC

This makes two changes for SWR,

The first is that it reorders the arguments to try to put the ICL ones
first. This is required to support older versions of meson that don't
add enough "error in this case" switches to ICL, which causes it to
happy accept -mavx (for example) even though it doesn't support them,
resulting in compilation failures.

The second is to fix the names of the libraries, setting the soversion
to '' will result in <lib>.dll, instead of <lib>-0.dll. Since these are
not versioned dll's, but implement an internal API we should communicate
that. It's also what scons does.

Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
src/gallium/drivers/swr/meson.build