[Mesa-dev] [PATCH mesa] meson: add missing tegra vdpau driver

Ilia Mirkin imirkin at alum.mit.edu
Thu Dec 6 17:07:06 UTC 2018


Under what circumstances would tegra have a vdpau implementation?
On Thu, Dec 6, 2018 at 11:57 AM Eric Engestrom <eric.engestrom at intel.com> wrote:
>
> From: Igor Gnatenko <i.gnatenko.brain at gmail.com>
>
> Fixes: 68076b87474e7959c161 "meson: build gallium vdpau state tracker"
> Cc: Dylan Baker <dylan at pnwbakers.com>
> ---
>  src/gallium/targets/vdpau/meson.build | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/targets/vdpau/meson.build b/src/gallium/targets/vdpau/meson.build
> index 005cf642498d68a0b395..0c09b2b811429b5688b8 100644
> --- a/src/gallium/targets/vdpau/meson.build
> +++ b/src/gallium/targets/vdpau/meson.build
> @@ -51,13 +51,14 @@ libvdpau_gallium = shared_library(
>      libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
>    ],
>    dependencies : [
> -    dep_thread, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
> +    dep_thread, driver_r300, driver_r600, driver_radeonsi, driver_nouveau, driver_tegra,
>    ],
>    link_depends : vdpau_link_depends,
>  )
>  foreach d : [[with_gallium_r300, 'r300'],
>               [with_gallium_r600, 'r600'],
>               [with_gallium_radeonsi, 'radeonsi'],
> +             [with_gallium_tegra, 'tegra'],
>               [with_gallium_nouveau, 'nouveau']]
>    if d[0]
>      vdpau_drivers += 'libvdpau_ at 0@.so.1.0.0'.format(d[1])
> --
> Cheers,
>   Eric
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list