summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-03-02 07:39:41 -0800
committerKeith Packard <keithp@keithp.com>2009-03-13 15:03:38 -0700
commitfe08b81d0f5d6f96e0124e6286bd24aba6e140ad (patch)
treedb47d3aa7178c441c529d1c889db6ef0614fc612 /src/i830.h
parent2026c57cf0a352d9e6f9d208cfb7d4d550614477 (diff)
Use CopyArea to load glyphs from per-glyph pixmap to cache pixmap
With glyphs sitting in per-glyph pixmaps, there's no reason to use the CPU to move them to the cache pixmap, and lots of reasons to use the accelerator. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index f9339177..b145edbc 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -77,6 +77,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "i915_drm.h"
#ifdef I830_USE_EXA
+#define EXA_DRIVER_KNOWN_MAJOR 3
#include "exa.h"
Bool I830EXAInit(ScreenPtr pScreen);
unsigned long long I830TexOffsetStart(PixmapPtr pPix);