X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=doxygen%2Fgallium.doc;h=efc6db016c3254842af9011fadfe5a48a60b0b2c;hb=528bc14fa54105ac893de197bdc0592cdca3e6b5;hp=f0ff36075a5aa2a78d03972043d503fea8b29804;hpb=9fd7e9ef05955834e3c4de8a1dfa7ea1a868d762;p=mesa.git diff --git a/doxygen/gallium.doc b/doxygen/gallium.doc index f0ff36075a5..efc6db016c3 100644 --- a/doxygen/gallium.doc +++ b/doxygen/gallium.doc @@ -34,8 +34,6 @@ - Pipe drivers: - \ref softpipe - \ref i915g - - Cell driver (cell_context.h, cell_winsys.h) - - \ref failover - Winsys drivers: - X11 winsys driver (xm_winsys.c) @@ -130,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