diff options
author | Kai Wasserbäch <kai@dev.carbon-project.org> | 2011-11-29 22:36:02 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-11-30 17:26:40 +0000 |
commit | 0a22fb6a5d519ca26d423fa4a9404697dca56cbf (patch) | |
tree | ff87866ba756c9dd4fd3cf627a1600ac62141ded /doxygen | |
parent | 15245cbad47c6a96487b1b54d97f3a1506a9c203 (diff) |
gallium/failover: Remove the deprecated module.
Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/gallium.doc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doxygen/gallium.doc b/doxygen/gallium.doc index e81b02e1aa..efc6db016c 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 |