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 /src/i830.h | |
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 'src/i830.h')
-rw-r--r-- | src/i830.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1065,16 +1065,6 @@ extern const int I830CopyROP[16]; #define QUIRK_IGNORE_CRT 0x00000080 #define QUIRK_BROKEN_ACPI_LID 0x00000100 extern void i830_fixup_devices(ScrnInfoPtr); -/** - * 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, -}; void i830_debug_flush(ScrnInfoPtr scrn); |