diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-11-29 21:39:41 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-08 19:21:31 +0000 |
commit | 83626aba357ffb4dd7931daaf163c1dd1d08f9d3 (patch) | |
tree | 9f3fe4893bc9df510e5b7bf25e733197f32e398c /uxa | |
parent | 50e07da8094c8c8c593b6eb8c41fc42444851d04 (diff) |
uxa-glyphs: Enable TILING_X on glyph caches.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'uxa')
-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; |