From 0a22fb6a5d519ca26d423fa4a9404697dca56cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Wasserb=C3=A4ch?= Date: Tue, 29 Nov 2011 22:36:02 +0100 Subject: gallium/failover: Remove the deprecated module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kai Wasserbäch Signed-off-by: José Fonseca --- doxygen/gallium.doc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'doxygen/gallium.doc') diff --git a/doxygen/gallium.doc b/doxygen/gallium.doc index e81b02e..efc6db0 100644 --- a/doxygen/gallium.doc +++ b/doxygen/gallium.doc @@ -34,7 +34,6 @@ - Pipe drivers: - \ref softpipe - \ref i915g - - \ref failover - Winsys drivers: - X11 winsys driver (xm_winsys.c) @@ -129,17 +128,6 @@ \sa i915_winsys.h */ -/** \page failover Failover Module - - The failover module acts as a selector between a hardware driver and the - softpipe driver. When the hardware can't implement a particular rendering - operation, the failover module will pass the request to the softpipe driver. - This is a different solution to the "software fallbacks" scheme of previous - Mesa drivers. - - \sa fo_winsys.h -*/ - /** \page draw Draw Module The Draw module provides point/line/polygon rendering services such as vertex transformation, polygon culling and clipping. It will be used by -- cgit v1.1