diff options
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 |