st/xorg: fix typos
This commit is contained in:
committed by
Michel Dänzer
parent
484b51d484
commit
951244c4cd
@@ -831,9 +831,9 @@ drv_screen_init(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
|
||||
#endif
|
||||
}
|
||||
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "##################################\n");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "# Usefull debugging info follows #\n");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "##################################\n");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "#################################\n");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "# Useful debugging info follows #\n");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "#################################\n");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Using %s backend\n",
|
||||
ms->screen ? "Gallium3D" : "libkms");
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D Acceleration is %s\n",
|
||||
|
||||
@@ -336,7 +336,7 @@ ExaPrepareSolid(PixmapPtr pPixmap, int alu, Pixel planeMask, Pixel fg)
|
||||
return FALSE;
|
||||
|
||||
if (!exa->pipe)
|
||||
XORG_FALLBACK("accle not enabled");
|
||||
XORG_FALLBACK("accel not enabled");
|
||||
|
||||
if (!priv || !priv->tex)
|
||||
XORG_FALLBACK("%s", !priv ? "!priv" : "!priv->tex");
|
||||
|
||||
Reference in New Issue
Block a user