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>
This commit is contained in:
Kai Wasserbäch
2011-11-29 22:36:02 +01:00
committed by José Fonseca
parent 15245cbad4
commit 0a22fb6a5d
15 changed files with 12 additions and 1207 deletions

View File

@@ -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