diff options
author | Keith Packard <keithp@keithp.com> | 2009-03-02 07:39:41 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-03-13 15:03:38 -0700 |
commit | fe08b81d0f5d6f96e0124e6286bd24aba6e140ad (patch) | |
tree | db47d3aa7178c441c529d1c889db6ef0614fc612 /src/i830.h | |
parent | 2026c57cf0a352d9e6f9d208cfb7d4d550614477 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |