Re: [Mesa-dev] [PATCH] autotools: Remove tegra vdpau driver

2019-01-08 Thread Dylan Baker
Quoting Ilia Mirkin (2019-01-08 09:12:46)
> Reviewed-by: Ilia Mirkin 
> 
> Thanks!
> 
> On Tue, Dec 18, 2018 at 5:41 PM Dylan Baker  wrote:
> >
> > This has never functioned and probably wont ever function, due to the
> > way gallium media state trackers are architected and the tegra video
> > decoder is architected.
> >
> > Cc: Thierry Reding 
> > Fixes: 1755f608f5201e0a23f00cc3ea1b01edd07eb6ef
> >("tegra: Initial support")
> > ---
> >  src/gallium/targets/vdpau/Makefile.am | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/src/gallium/targets/vdpau/Makefile.am 
> > b/src/gallium/targets/vdpau/Makefile.am
> > index cd05a024451..2742c7acd44 100644
> > --- a/src/gallium/targets/vdpau/Makefile.am
> > +++ b/src/gallium/targets/vdpau/Makefile.am
> > @@ -57,8 +57,6 @@ include 
> > $(top_srcdir)/src/gallium/drivers/r300/Automake.inc
> >  include $(top_srcdir)/src/gallium/drivers/r600/Automake.inc
> >  include $(top_srcdir)/src/gallium/drivers/radeonsi/Automake.inc
> >
> > -include $(top_srcdir)/src/gallium/drivers/tegra/Automake.inc
> > -
> >  if HAVE_GALLIUM_STATIC_TARGETS
> >
> >  libvdpau_gallium_la_SOURCES += target.c
> > --
> > 2.20.0
> >

Thank you! I've gone ahead and pushed this.

Dylan


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] autotools: Remove tegra vdpau driver

2019-01-08 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin 

Thanks!

On Tue, Dec 18, 2018 at 5:41 PM Dylan Baker  wrote:
>
> This has never functioned and probably wont ever function, due to the
> way gallium media state trackers are architected and the tegra video
> decoder is architected.
>
> Cc: Thierry Reding 
> Fixes: 1755f608f5201e0a23f00cc3ea1b01edd07eb6ef
>("tegra: Initial support")
> ---
>  src/gallium/targets/vdpau/Makefile.am | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/gallium/targets/vdpau/Makefile.am 
> b/src/gallium/targets/vdpau/Makefile.am
> index cd05a024451..2742c7acd44 100644
> --- a/src/gallium/targets/vdpau/Makefile.am
> +++ b/src/gallium/targets/vdpau/Makefile.am
> @@ -57,8 +57,6 @@ include $(top_srcdir)/src/gallium/drivers/r300/Automake.inc
>  include $(top_srcdir)/src/gallium/drivers/r600/Automake.inc
>  include $(top_srcdir)/src/gallium/drivers/radeonsi/Automake.inc
>
> -include $(top_srcdir)/src/gallium/drivers/tegra/Automake.inc
> -
>  if HAVE_GALLIUM_STATIC_TARGETS
>
>  libvdpau_gallium_la_SOURCES += target.c
> --
> 2.20.0
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] autotools: Remove tegra vdpau driver

2019-01-08 Thread Dylan Baker
Quoting Dylan Baker (2018-12-18 14:39:59)
> This has never functioned and probably wont ever function, due to the
> way gallium media state trackers are architected and the tegra video
> decoder is architected.
> 
> Cc: Thierry Reding 
> Fixes: 1755f608f5201e0a23f00cc3ea1b01edd07eb6ef
>("tegra: Initial support")
> ---
>  src/gallium/targets/vdpau/Makefile.am | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/src/gallium/targets/vdpau/Makefile.am 
> b/src/gallium/targets/vdpau/Makefile.am
> index cd05a024451..2742c7acd44 100644
> --- a/src/gallium/targets/vdpau/Makefile.am
> +++ b/src/gallium/targets/vdpau/Makefile.am
> @@ -57,8 +57,6 @@ include $(top_srcdir)/src/gallium/drivers/r300/Automake.inc
>  include $(top_srcdir)/src/gallium/drivers/r600/Automake.inc
>  include $(top_srcdir)/src/gallium/drivers/radeonsi/Automake.inc
>  
> -include $(top_srcdir)/src/gallium/drivers/tegra/Automake.inc
> -
>  if HAVE_GALLIUM_STATIC_TARGETS
>  
>  libvdpau_gallium_la_SOURCES += target.c
> -- 
> 2.20.0
> 

ping


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] autotools: Remove tegra vdpau driver

2018-12-18 Thread Dylan Baker
This has never functioned and probably wont ever function, due to the
way gallium media state trackers are architected and the tegra video
decoder is architected.

Cc: Thierry Reding 
Fixes: 1755f608f5201e0a23f00cc3ea1b01edd07eb6ef
   ("tegra: Initial support")
---
 src/gallium/targets/vdpau/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/targets/vdpau/Makefile.am 
b/src/gallium/targets/vdpau/Makefile.am
index cd05a024451..2742c7acd44 100644
--- a/src/gallium/targets/vdpau/Makefile.am
+++ b/src/gallium/targets/vdpau/Makefile.am
@@ -57,8 +57,6 @@ include $(top_srcdir)/src/gallium/drivers/r300/Automake.inc
 include $(top_srcdir)/src/gallium/drivers/r600/Automake.inc
 include $(top_srcdir)/src/gallium/drivers/radeonsi/Automake.inc
 
-include $(top_srcdir)/src/gallium/drivers/tegra/Automake.inc
-
 if HAVE_GALLIUM_STATIC_TARGETS
 
 libvdpau_gallium_la_SOURCES += target.c
-- 
2.20.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev