From 66c7dc5688bcd5ff9c596f4c410aee574ea2428a Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Thu, 16 Feb 2012 22:08:41 +1000 Subject: nvfx: completely remove this driver (GeForce FX/6/7) This driver hasn't been maintained properly for a very long time, and for many very good reasons. It's horrible. A new driver supporting these chipsets will appear with the commits that port vieux/nv50/nvc0 to libdrm_nouveau-2.0. Signed-off-by: Ben Skeggs --- src/gallium/targets/xvmc-nouveau/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/targets/xvmc-nouveau') diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile index 06727f1c9f8..1d687e35643 100644 --- a/src/gallium/targets/xvmc-nouveau/Makefile +++ b/src/gallium/targets/xvmc-nouveau/Makefile @@ -5,7 +5,6 @@ LIBBASENAME = XvMCnouveau PIPE_DRIVERS = \ $(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \ - $(TOP)/src/gallium/drivers/nvfx/libnvfx.a \ $(TOP)/src/gallium/drivers/nv50/libnv50.a \ $(TOP)/src/gallium/drivers/nvc0/libnvc0.a \ $(TOP)/src/gallium/drivers/nouveau/libnouveau.a \ -- cgit v1.2.3