xserver/exa
Owen Taylor 54184110f6 EXA: Use a single large glyph cache pixmap
Add back exaGlyphs(); the new version copies the glyph images
onto a single large glyph pixmap and draws from their to the
destination surface. This reduces the management of small
offscreen areas and will allow us to avoid texture unit setup
between each glyph.
2008-04-28 21:00:54 +02:00
..
Makefile.am EXA: Use a single large glyph cache pixmap 2008-04-28 21:00:54 +02:00
exa.c EXA: Use a single large glyph cache pixmap 2008-04-28 21:00:54 +02:00
exa.h EXA: Offscreen memory eviction improvements. 2008-04-21 10:45:11 +02:00
exa_accel.c EXA: Avoid some fallbacks in exaCopyNtoN. 2008-04-17 14:28:31 +02:00
exa_glyphs.c EXA: Use a single large glyph cache pixmap 2008-04-28 21:00:54 +02:00
exa_migration.c EXA: Disable problematic optimization of dest pixmap migration by default. 2007-11-07 19:01:24 +01:00
exa_offscreen.c EXA: Offscreen memory eviction improvements. 2008-04-21 10:45:11 +02:00
exa_priv.h EXA: Use a single large glyph cache pixmap 2008-04-28 21:00:54 +02:00
exa_render.c EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8. 2008-04-14 12:48:13 +02:00
exa_unaccel.c EXA: Don't crash in ExaCheckPolyArc. 2007-09-17 20:40:06 +02:00