projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951244c
)
st/xorg: Fix two more instances of typo 'accle'.
author
Michel Dänzer
<daenzer@vmware.com>
Mon, 2 May 2011 07:36:49 +0000
(09:36 +0200)
committer
Michel Dänzer
<daenzer@vmware.com>
Mon, 2 May 2011 07:36:49 +0000
(09:36 +0200)
src/gallium/state_trackers/xorg/xorg_exa.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/xorg/xorg_exa.c
b/src/gallium/state_trackers/xorg/xorg_exa.c
index e1172db3d203423e266841ee706f3b5128d969c8..91c206f1872beadd986dda55b49d756dcab4abec 100644
(file)
--- a/
src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/
src/gallium/state_trackers/xorg/xorg_exa.c
@@
-414,7
+414,7
@@
ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir,
return FALSE;
if (!exa->pipe)
- XORG_FALLBACK("acc
le
not enabled");
+ XORG_FALLBACK("acc
el
not enabled");
if (!priv || !priv->tex)
XORG_FALLBACK("pDst %s", !priv ? "!priv" : "!priv->tex");
@@
-622,7
+622,7
@@
ExaPrepareComposite(int op, PicturePtr pSrcPicture,
pDstPicture ? render_format_name(pDstPicture->format) : "none");
#endif
if (!exa->pipe)
- XORG_FALLBACK("acc
le
not enabled");
+ XORG_FALLBACK("acc
el
not enabled");
priv = exaGetPixmapDriverPrivate(pDst);
if (!priv || !priv->tex)