Module: Mesa Branch: master Commit: aa335bb01b185a78d1a348a094463006e2b1ab6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa335bb01b185a78d1a348a094463006e2b1ab6a
Author: Emil Velikov <[email protected]> Date: Mon Nov 23 18:36:43 2015 +0000 targets/nine: remove vc4 target There are no users for it. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- src/gallium/targets/d3dadapter9/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index d1d9829..4414f4b 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -89,8 +89,6 @@ include $(top_srcdir)/src/gallium/drivers/svga/Automake.inc include $(top_srcdir)/src/gallium/drivers/freedreno/Automake.inc -include $(top_srcdir)/src/gallium/drivers/vc4/Automake.inc - include $(top_srcdir)/src/gallium/drivers/softpipe/Automake.inc include $(top_srcdir)/src/gallium/drivers/llvmpipe/Automake.inc _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
