diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:51 +0000 |
commit | 88fd270d23ed1a1761cfdb98367c89ca89735b12 (patch) | |
tree | 319333b85088d26d1a990e8cf2b9be51d7076e75 /src/i810_driver.c | |
parent | 9e8e19c6fde15fe5b9bb7532316dedeeca54b8d9 (diff) |
Bug #1192: Remove cfb support from drivers where its use is an option.
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
to refer to fb rather than cfb.
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 8b09243d..ca69f3b6 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -2098,8 +2098,8 @@ I810ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) #ifdef XF86DRI /* - * Setup DRI after visuals have been established, but before cfbScreenInit - * is called. cfbScreenInit will eventually call into the drivers + * Setup DRI after visuals have been established, but before fbScreenInit + * is called. fbScreenInit will eventually call into the drivers * InitGLXVisuals call back. */ /* @@ -2242,7 +2242,7 @@ I810ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) #ifdef XF86DRI if (pI810->directRenderingEnabled) { - /* Now that mi, cfb, drm and others have done their thing, + /* Now that mi, fb, drm and others have done their thing, * complete the DRI setup. */ pI810->directRenderingEnabled = I810DRIFinishScreenInit(pScreen); |