summaryrefslogtreecommitdiff
path: root/exa/exa_glyphs.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-30EXA: Declare glyph cache picture as component-alpha when necessary.Michel Dänzer1-3/+6
2008-10-07exa: don't call composite routines with no buffer.Dave Airlie1-6/+8
2008-10-03exa: remove some excessive whitespaceMaarten Maathuis1-3/+2
2008-08-26exa_glyphs: remove useless offsetMaarten Maathuis1-7/+6
2008-08-19exa: remove useless cache{X,Y}off from UploadToScreen() arguments.Maarten Maathuis1-2/+3
2008-04-28EXA: Try to accelerate non-antialiased text via the glyph cache as well.Michel Dänzer1-0/+15
2008-04-28EXA: Accumulate glyphs whenever possible, for full benefits of the glyph cache.Michel Dänzer1-0/+96
2008-04-28EXA: Glyph cache upload tweaks.Michel Dänzer1-1/+8
2008-04-28EXA: Use UploadToScreen() for uploads to glyph cacheOwen Taylor1-11/+66
2008-04-28EXA: Clean up debug messagesOwen Taylor1-3/+0
2008-04-28EXA: Fix overlapping glyphs in glyph cacheOwen Taylor1-9/+16
2008-04-28EXA: Add exaCompositeRects()Owen Taylor1-54/+29
2008-04-28EXA: Use a single large glyph cache pixmapOwen Taylor1-0/+745