diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-11-29 21:39:41 +0000 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-03-01 19:30:13 +0000 |
commit | d36bf5530218bdbabe9bf4d2a47106dc5deb82dc (patch) | |
tree | ea7e4ad62b99b682e6d55333e086d4c5d67b04cd /uxa/uxa-glyphs.c | |
parent | 071ffa02feddc414db706a8802e91a5f3a0904c9 (diff) |
uxa-glyphs: Enable TILING_X on glyph caches.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit 83626aba357ffb4dd7931daaf163c1dd1d08f9d3)
Diffstat (limited to 'uxa/uxa-glyphs.c')
-rw-r--r-- | uxa/uxa-glyphs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/uxa/uxa-glyphs.c b/uxa/uxa-glyphs.c index ff167812..5c233216 100644 --- a/uxa/uxa-glyphs.c +++ b/uxa/uxa-glyphs.c @@ -47,6 +47,7 @@ #include <stdlib.h> #include "uxa-priv.h" +#include "../src/common.h" #include "mipict.h" @@ -189,7 +190,8 @@ static Bool uxa_realize_glyph_caches(ScreenPtr pScreen, unsigned int format) pPixmap = (*pScreen->CreatePixmap) (pScreen, CACHE_PICTURE_WIDTH, - height, depth, 0); + height, depth, + INTEL_CREATE_PIXMAP_TILING_X); if (!pPixmap) return FALSE; |