Re: [Mesa-dev] [PATCH 09/13] meson: build gallium vdpau state tracker

2017-11-03 Thread Aaron Watry
Both this and the va state tracker seem to just install a libgallium*.so file, but don't actually install the megadriver-esque links for the hardware-specific driver (e.g. radeonsi_drv_video.so and libvdpau_radeonsi*). When I copy the VA driver over my old auto-tools one, I get a libva initializat

Re: [Mesa-dev] [PATCH 09/13] meson: build gallium vdpau state tracker

2017-11-03 Thread Aaron Watry
On Wed, 2017-11-01 at 15:49 -0700, Dylan Baker wrote: > --- > meson.build | 40 - > meson_options.txt| 13 + > src/gallium/meson.build | 7 ++- > src/gallium/state_trackers/vdpau/meson.build | 32 +++

[Mesa-dev] [PATCH 09/13] meson: build gallium vdpau state tracker

2017-11-01 Thread Dylan Baker
--- meson.build | 40 - meson_options.txt| 13 + src/gallium/meson.build | 7 ++- src/gallium/state_trackers/vdpau/meson.build | 32 ++ src/gallium/targets/vdpau/meson.build| 87 +