Mesa (master): autotools: Remove tegra vdpau driver

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 8 17:44:53 UTC 2019


Module: Mesa
Branch: master
Commit: 401dca1c73cad4e6ac3137fdd5513e350d060f25
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=401dca1c73cad4e6ac3137fdd5513e350d060f25

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Dec 18 14:37:52 2018 -0800

autotools: Remove tegra vdpau driver

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 <thierry.reding at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
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 cd05a02445..2742c7acd4 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




More information about the mesa-commit mailing list