From 3f11bbec420080151406c203af292e55177e77d1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Nov 2009 21:39:41 +0000 Subject: uxa-glyphs: Enable TILING_X on glyph caches. Signed-off-by: Chris Wilson --- src/common.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index b9269b5a..3169cdfa 100644 --- a/src/common.h +++ b/src/common.h @@ -389,4 +389,15 @@ extern int I810_DEBUG; struct pci_device * intel_host_bridge (void); +/** + * Hints to CreatePixmap to tell the driver how the pixmap is going to be + * used. + * + * Compare to CREATE_PIXMAP_USAGE_* in the server. + */ +enum { + INTEL_CREATE_PIXMAP_TILING_X = 0x10000000, + INTEL_CREATE_PIXMAP_TILING_Y, +}; + #endif /* _INTEL_COMMON_H_ */ -- cgit v1.2.3